Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CacheObject

Hierarchy

  • CacheObject

Index

Methods

Static clear

  • clear(): void

Static getItem

  • getItem(key: string): string | null

Static removeItem

  • removeItem(key: string): void

Static setItem

  • setItem(key: string, value: string): void