UNPKG

@daiso-tech/core

Version:

The library offers flexible, framework-agnostic solutions for modern web applications, built on adaptable components that integrate seamlessly with popular frameworks like Next Js.

16 lines 317 B
/** * @module Cache */ /** * * IMPORT_PATH: `"@daiso-tech/core/cache/contracts"` * @group Events */ export const CACHE_EVENTS = { FOUND: "FOUND", NOT_FOUND: "NOT_FOUND", WRITTEN: "WRITTEN", CLEARED: "CLEARED", UNEXPECTED_ERROR: "UNEXPECTED_ERROR", }; //# sourceMappingURL=cache.events.js.map