Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • PluginsKeyValueStorage

Index

Constructors

Properties

deferredGlobalDataPath: Deferred<undefined | string> = ...
envServer: EnvVariablesServer
fsLocking: FileSystemLocking
pluginPathsService: PluginPathsService
stores: Record<string, Store> = ...
storesToSync: Set<Store> = ...
syncStoresTimeout?: Timeout

Methods

  • dispose(): void
  • getGlobalDataPath(): Promise<string>
  • getSyncStoreTimeout(): number
  • init(): void
  • initializeStore(storePath: string): Promise<Store>
  • syncStores(): void