Create a cache interceptor with LRU eviction and stale-while-revalidate support. Only caches GET and HEAD by default.
Cache configuration (defaults used for omitted fields)
Serves cached responses and attaches conditional headers for revalidation
Caches successful responses and handles 304 revalidation
Direct access to the underlying cache store
Create a cache interceptor with LRU eviction and stale-while-revalidate support. Only caches GET and HEAD by default.