From 0f71f62d55cde7bf2d4f3ea818594613373b6a30 Mon Sep 17 00:00:00 2001 From: Ilya Sheershoff Date: Wed, 1 Jun 2016 16:12:46 +0500 Subject: [PATCH] add node-cache-manager-fs-binary storage Better performance for binary data caches than in node-cache-manager-fs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 31233c9..cffe2c4 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ See the [Express.js cache-manager example app](https://github.com/BryanDonovan/n * [node-cache-manager-fs](https://github.com/hotelde/node-cache-manager-fs) +* [node-cache-manager-fs-binary](https://github.com/sheershoff/node-cache-manager-fs-binary) + ## Overview First, it includes a `wrap` function that lets you wrap any function in cache.