Skip to content

ismaelga/outputcache

 
 

Repository files navigation

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

About

Cache api responses using Redis, Memcached or any cache provider for NodeJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.6%
  • Makefile 0.4%