Class KeyAddedCacheEvent<TType>

The event is dispatched when key is added.

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

Type Parameters

  • TType = unknown

Hierarchy (View Summary)

Constructors

Properties

Constructors

Properties

fields: { key: string; ttl: null | TimeSpan; value: TType }