Skip to content

nexys-system/node-cache-persistent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Cache

npm version Build and Test Package Publish Code style

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