local-cache
v0.1.0
Published
Local JSON cache
Downloads
410
Maintainers
Readme
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');