Type Alias AddedCacheEvent<TType>

AddedCacheEvent: { key: Key; ttl: TimeSpan | null; value: TType }

The event is dispatched when key is added.

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

Type Parameters

  • TType = unknown