@nimpl/cache-adapter
v0.3.0
Published
An adapter that allows you to use any cache handler on the client and server side and switch between them. Adds support for running next.js applications in multiple instances.
Downloads
9
Maintainers
Readme
@nimpl/cache-adapter
An adapter that allows you to use any cache handler on the client and server side and switch between them. Adds support for running next.js applications in multiple instances.
Visit https://nimpl.tech/cache-adapter to view the full documentation.
Installation
Using npm:
npm i @nimpl/cache-adapter
Using yarn:
yarn add @nimpl/cache-adapter
Examples
Base example with @nimpl/cache-in-memory. See example.