Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDataStore

Hierarchy

  • IDataStore

Implemented by

Index

Methods

Methods

clear

  • clear(): void
  • Returns void

get

  • get(key: string, def_value?: any): any
  • Parameters

    • key: string
    • Optional def_value: any

    Returns any

set

  • set(key: string, value: any): void
  • Parameters

    • key: string
    • value: any

    Returns void

Generated using TypeDoc