1.0.0 • Published 8 years ago
express-memory-cache v1.0.0
express-memory-cache
Cache middleware for express
Install
$ npm install -save connect-flashvar cache = require('express-memory-cache');
app.get('/', cache(10), (req, res) => {
res.render('index')
})1.0.0
8 years ago