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

none

Package Sidebar

Install

npm i express-response-cache

Weekly Downloads

5

Version

1.1.0

License

MIT

Last publish

Collaborators

  • maintao