1.0.7 • Published 5 years ago

auto-cache2 v1.0.7

Weekly downloads
3
License
MIT
Repository
github
Last release
5 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-cache2');

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

Features

  • Memory Cache
  • Redis Cache