Expands node-cache and adds persistent option.
const Cache from '@nexys/node-cache';
const cache = new Cache({ persistent: true });
export default cache;
refer to: https://www.npmjs.com/package/node-cache
There was an error while loading. Please reload this page.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Expands node-cache and adds persistent option.
const Cache from '@nexys/node-cache';
const cache = new Cache({ persistent: true });
export default cache;
refer to: https://www.npmjs.com/package/node-cache