Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

cache22

tonymilne20.1.0

Caching for node apps. Currently supports memory and redis stores.

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.

changelog

n.n.n / 2012-09-26