We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cache.put
1 parent 30e0133 commit a520b86Copy full SHA for a520b86
1 file changed
lib/express-http-server.js
@@ -74,7 +74,7 @@ class ExpressHTTPServer {
74
res.send = (body) => {
75
let ret = send(body);
76
77
- this.cache.put(path, body)
+ this.cache.put(path, body, res)
78
.then(() => {
79
this.ui.writeLine(`stored in cache; path=${path}`);
80
})
0 commit comments