apiref/@apiref-examples/core0.0.0
@apiref-examples/core » plugins » CachingPlugin » Memory »

Cache class

Constructors

constructor constructor

Signature

<T>(maxSize: number): Cache<T>

Methods

get method

Signature

(key: string): T

set method

Signature

(key: string, value: T): void