0.1.0 • Published 12 years ago

cache22 v0.1.0

Weekly downloads
3
License
-
Repository
github
Last release
12 years ago

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.

0.1.0

12 years ago