Skip to content

Komrod/local-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

local-cache

Node JS local JSON cache

Install:

npm install local-cache [--save]

Usage:

var Cache = require('local-cache'); var cache = new Cache();

cache.write('stats', object);

var content = cache.read('stats');

About

Node JS local JSON cache

Resources

License

Stars

Watchers

Forks

Packages

No packages published