Set up cache middleware.
marcoscaceres opened this issue · 5 comments
marcoscaceres commented
marcoscaceres commented
Another alternative
https://www.npmjs.com/package/node-cache
sidvishnoi commented
Are we sure we need server side caching also?
marcoscaceres commented
We should use the http cache as much as possible, specially if we can control it. Our own cache won’t ever be as good as the http cache.
marcoscaceres commented
(But we can do this later, just getting it working is obviously much higher priority)
sidvishnoi commented
Closed via #25