Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BasicCache<T>

Type parameters

  • T

Hierarchy

Index

Constructors

Methods

Constructors

constructor

Methods

get

  • get(key: string): T | undefined

set

  • set(key: string, value: T): void