Type Alias ICache<TType>

ICache: ICacheBase<TType> & { events: ICacheListenable<TType> }

The ICache contract defines a way for as key-value pairs independent of data storage and listening to operation events.

IMPORT_PATH: "@daiso-tech/core/cache/contracts"

Type Parameters

  • TType = unknown