Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Methods

Constructors

constructor

Methods

get

  • get<T>(key: string): undefined | T
  • get<T>(key: string, defaultValue: T): T

setKeysForSync

  • setKeysForSync(keys: readonly string[]): void

update

  • update(key: string, value: any): Promise<void>