Variable CACHE_EVENTSConst

CACHE_EVENTS: {
    KeyAdded: typeof KeyAddedCacheEvent;
    KeyDecremented: typeof KeyDecrementedCacheEvent;
    KeyFound: typeof KeyFoundCacheEvent;
    KeyIncremented: typeof KeyIncrementedCacheEvent;
    KeyNotFound: typeof KeyNotFoundCacheEvent;
    KeyRemoved: typeof KeyRemovedCacheEvent;
    KeysCleared: typeof KeysClearedCacheEvent;
    KeyUpdated: typeof KeyUpdatedCacheEvent;
    UnexpectedError: typeof UnexpectedErrorCacheEvent;
} = ...

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