Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Methods

Abstract clear

  • clear(): Promise<void>

Abstract clearSync

  • clearSync(): void

Abstract get

  • get(k: string): Promise<any>

Abstract getSync

  • getSync(k: string): any

Abstract remove

  • remove(k: string): Promise<void>

Abstract removeSync

  • removeSync(k: string): void

Abstract set

  • set(k: string, v: any): Promise<void>

Abstract setSync

  • setSync(k: string, v: any): void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc