mango
mango copied to clipboard
Potential Middleware: Caching
trafficstars
It would be awesome to support drop-in http-caching.
Other Thoughts:
- Will probably want to pass the caching 'stuff' (i.e. how long to cache this for, invalidation, etc...) back from the app via some specific header field (or several)
- In-memory store would be a great first step, but it would be nice to eventually support redis/memcached/etc... for caching across servers.