API for a Cache plugin.
A Cache Plugin provides an implementation of the Cache API.
Cache an action.
Cache an action.
Uses both server and client caches:
Expires header to the response, so clients can cache response content ;Etag header to the response, so clients can cache response content and ask the server for freshness ;Compute a key from the request header
A callback to get the number of seconds to cache results for
EhCache implementation.
Contains the Cache access API.