UNPKG

ghost-cache

Version:

A lightweight auto-caching wrapper for fetch() and Axios with multi-storage support (localStorage, sessionStorage, IndexedDB, Redis)

3 lines 217 B
export { enableGhostCache, disableGhostCache, clearGhostCache, setCache, getCache, registerAxios, } from "./ghostCache.js"; export type { GhostCacheOptions } from "./ghostCache.js"; //# sourceMappingURL=index.d.ts.map