UNPKG

@dephub/cache

Version:

Simple file-based cache with persistent storage for Node.js applications

6 lines (5 loc) 264 B
export { createCache } from './core/create.js'; export { createCache as default } from './core/create.js'; export { FileCache } from './core/file.js'; export { MemoryCache } from './core/memory.js'; export type { CacheOptions, CacheValue } from './core/types.js';