ismga-outputcache
v5.4.0
Published
Cache api responses, react and more using redis, memcached or any other cache provider.
Downloads
11
Maintainers
Readme
FORKED from mpfdavis/outputcache
With added supports for CORS
The only difference from outputcache is that ismga-outputcache uses the origin header from request in the cache key, if available.
Installation
npm install ismga-outputcache --save
Initialize
const OutputCache = require('ismga-outputcache');
const xoc = new OutputCache({options}); //see api below