auto-cache

1.0.4 • Public • Published

Auto-Cache

Fast, Quick, Lite Cache framework for node.

NPM Version NPM Downloads

Installation

$ npm install auto-cache --save

Tests

To run the test suite, first install the dependencies, then run npm test:

$ npm install
$ npm test

Usage

var AutoCache = require('auto-cache');
 
var autoCache = new AutoCache();
autoCache.get('hash','key', function (cb) {
  // TODO
},5*60*60);

Features

  • Memory Cache
  • Redis Cache

Package Sidebar

Install

npm i auto-cache

Weekly Downloads

0

Version

1.0.4

License

MIT

Last publish

Collaborators

  • matrixdom