1.0.4 • Published 7 years ago

auto-cache v1.0.4

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

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
1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago