Classes summary
| CachePlugin |
Plugin to enable the caching of GET and HEAD requests. Caching can be done on
all requests passing through this plugin or only after retrieving resources with
cacheable response headers. |
| CallbackCacheKeyProvider |
Determines a request's cache key using a callback |
| CallbackCanCacheStrategy |
Determines if a request can be cached using a callback |
| DefaultCacheKeyProvider |
Default cache key strategy that uses all but the body of a request for the key.
Add a cache.key_filter parameter to a request to modify what gets cached. |
| DefaultCacheStorage |
Default cache storage implementation |
| DefaultCanCacheStrategy |
Default strategy used to determine of an HTTP request can be cached |
| DefaultRevalidation |
Default revalidation strategy |
| DenyRevalidation |
Never performs cache revalidation and just assumes the request is invalid |
| SkipRevalidation |
Never performs cache revalidation and just assumes the request is still ok |