Type Alias FoundCacheEventt<TType>

FoundCacheEventt: { key: string; value: TType }

The event is dispatched when key is found.

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

Type Parameters

  • TType = unknown