Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ICache

Index

Properties

Methods

Properties

stats

stats: object

Type declaration

Methods

get

  • get(key: string): any
  • Parameters

    • key: string

    Returns any

has

  • has(key: string): boolean
  • Parameters

    • key: string

    Returns boolean

set

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

    • key: string
    • val: any

    Returns void