Options
All
  • Public
  • Public/Protected
  • All
Menu

PreferenceStore implementation that simply stores preferences in-memory. Note: This is implementation is not intended for production usage.

Hierarchy

Implements

Index

Constructors

constructor

Properties

Private Readonly store

store: {}

Type declaration

Methods

delete

Protected doDelete

  • doDelete(name: string, namespace: string): Promise<void>

Protected doGet

Protected doList

Protected doPut

get

  • get<V>(key: string, options?: { defaultValue?: V; scope?: PreferenceScope | string }): Promise<V | undefined>

list

put

Protected scope

Protected scopeKey

  • scopeKey(key: string, scope?: string): string

Generated using TypeDoc