Module http_cache

Module http_cache 

Source
Expand description

On-disk HTTP response cache middleware.

This middleware stores successful responses by request fingerprint and can short-circuit later requests by returning cached responses directly. Cache freshness is evaluated per response from HTTP caching headers.

Structsยง

HttpCacheMiddleware
Middleware that caches successful HTTP responses on disk.
HttpCacheMiddlewareBuilder
Builder for HttpCacheMiddleware.