Options
All
  • Public
  • Public/Protected
  • All
Menu

Class default

Hierarchy

  • default

Index

Constructors

Properties

Methods

Constructors

constructor

  • new default(storename?: string): default

Properties

Private store

store: any

Methods

clear

  • clear(): Promise<any>

get

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

has

  • has(key: string): Promise<boolean>

remove

  • remove(key: string): Promise<any>

set

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

Generated using TypeDoc