@nexys/node-cache
v0.0.3
Published
[![npm version](https://img.shields.io/npm/v/@nexys/node-cache.svg)](https://www.npmjs.com/package/@nexys/node-cache) [![Build and Test Package](https://github.com/nexys-system/node-cache-persistent/actions/workflows/yarn.yml/badge.svg)](https://github.co
Downloads
63
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