Browse Source

Merge pull request #31 from v4l3r10/master

Add Store Engine reference on README
feature/fix-isCacheableValue-usage
Bryan Donovan 10 years ago
parent
commit
0a34655612
  1. 5
      README.md

5
README.md

@ -28,6 +28,11 @@ See the [Express.js cache-manager example app](https://github.com/BryanDonovan/n
npm install cache-manager npm install cache-manager
## Store Engine
* [node-cache-manager-redis](https://github.com/dial-once/node-cache-manager-redis)
* [node-cache-manager-mongodb](https://github.com/v4l3r10/node-cache-manager-mongodb)
## Overview ## Overview
First, it includes a `wrap` function that lets you wrap any function in cache. First, it includes a `wrap` function that lets you wrap any function in cache.

Loading…
Cancel
Save