Variable CACHE_ERRORSConst

CACHE_ERRORS: {
    KeyExists: typeof KeyExistsCacheError;
    KeyNotFound: typeof KeyNotFoundCacheError;
} = ...

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