@nexys/node-cache
v0.0.3
Published
[](https://www.npmjs.com/package/@nexys/node-cache) [](https://github.co
Downloads
67
Readme
Node Cache
Expands node-cache and adds persistent option.
Get Started
const Cache from '@nexys/node-cache';
const cache = new Cache({ persistent: true });
export default cache;API and Documentation
refer to: https://www.npmjs.com/package/node-cache
