express-response-cache
1.1.0 • Public • Published express-response-cache
const resCache = require('express-response-cache')
router.post('/test', resCache(60), function(req, res){
res.json({msg: 'test'})
})
Readme
Keywords
nonePackage Sidebar
Install
npm i express-response-cache
Weekly Downloads