Options
All
  • Public
  • Public/Protected
  • All
Menu

Module cache

Index

Functions

Functions

get

  • get(key: string): any
  • Parameters

    • key: string

    Returns any

set

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

    • key: string
    • value: any
    • expires: number = 15000

    Returns void

Generated using TypeDoc