Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICache

Cache Interface

Hierarchy

  • ICache

Index

Methods

clear

  • clear(): void

configure

createInstance

getAllKeys

  • getAllKeys(): string[] | Promise<string[]>

getCacheCurSize

  • getCacheCurSize(): number | Promise<number>

getItem

removeItem

  • removeItem(key: string): void

setItem