Base cacheHandler for next.js, which cache data in-memory
- Types
- ESM
- CJS
- License
- MIT
- Deps
- 0
- Install Size
- 6.6 kB
- Vulns
- 0
- Published
$
npm install @nimpl/cache-in-memory$
pnpm add @nimpl/cache-in-memory$
yarn add @nimpl/cache-in-memory$
bun add @nimpl/cache-in-memory$
deno add npm:@nimpl/cache-in-memory$
vlt install @nimpl/cache-in-memory$
vp add @nimpl/cache-in-memory@nimpl/cache-in-memory
Base cacheHandler for next.js, which cache data in-memory
Visit https://nimpl.dev/docs/cache-in-memory to view the full documentation.
Installation
Using npm:
npm i @nimpl/cache-in-memory
Using yarn:
yarn add @nimpl/cache-in-memory
Examples
Base example with @nimpl/cache-in-memory. See example.