sr-cache
v1.0.0
Published
caching module with pub/sub logic when same heavy request comes simultaneously
Downloads
1
Readme
sr-cache
A Node.js module that caching with pub/sub when simultaneous-heavy-request situation
Installation
npm install sr-cache --save
yarn add sr-cache
bower install sr-cache --save
Usage
Javascript
var srCache = require('sr-cache');
TypeScript
import srCache from 'sr-cache';