5.4.0 • Published 3 years ago

ismga-outputcache v5.4.0

Weekly downloads
1
License
ISC
Repository
github
Last release
3 years ago

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.


Version

Installation

npm install ismga-outputcache --save

Initialize

const OutputCache = require('ismga-outputcache');
const xoc = new OutputCache({options}); //see api below