cache22
v0.1.0
Published
Caching for node apps. Currently supports memory and redis stores.
Downloads
1
Readme
Cache22
Caching for node apps.
Getting Started
Install the module with: npm install cache22
var Cache = require('cache22');
var cache = new Cache({
store: 'memory'
});
cache.set('name', 'Tony Milne', callback);
Documentation
(Coming soon)
Examples
(Coming soon)
Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.
Release History
(Nothing yet)
License
Copyright (c) 2012 Tony Milne Licensed under the MIT license.