Skip to content

Interface: CacheConfiguration

Methods

provision()

ts
provision(options?: CacheProvisionOptions): void;

Provisions a simple LRU cache for caching simple inputs (undefined, null, strings, numbers, and booleans).

Parameters

ParameterType
options?CacheProvisionOptions

Returns

void