Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • LocalStorageCache

Implements

Index

Methods

Methods

allKeys

  • allKeys(): string[]

get

  • get<T>(key: string): T

remove

  • remove(key: string): void

set

  • set<T>(key: string, entry: T): void