Variable CACHE_ERRORSConst

CACHE_ERRORS: {
    Base: typeof CacheError;
    KeyNotFound: typeof KeyNotFoundCacheError;
    Type: typeof TypeCacheError;
    Unexpected: typeof UnexpectedCacheError;
} = ...

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