Class InMemoryFullCacheStubCacheAdapter<TFields>

A cache adapter is an interface by which objects can be cached, fetched from cache, and removed from cache (invalidated).

Type Parameters

  • TFields extends Record<string, any>

Implements

Constructors

Properties

cache: Map<string, Readonly<TFields>>

Methods