Fast, Quick, Lite Cache framework for node.
$ npm install auto-cache --saveTo run the test suite, first install the dependencies, then run npm test:
$ npm install
$ npm testvar AutoCache = require('auto-cache2');
var autoCache = new AutoCache();
autoCache.get('hash','key', function (cb) {
// TODO
},5*60*60);- Memory Cache
- Redis Cache