UNPKG

@dephub/cache

Version:

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

10 lines (9 loc) 258 B
import { createCache as a, createCache as o } from "./core/create.js"; import { FileCache as t } from "./core/file.js"; import { MemoryCache as h } from "./core/memory.js"; export { t as FileCache, h as MemoryCache, a as createCache, o as default };