Description
Adds HTTP cache handling to Faraday clients through middleware. It is useful for reducing repeated network requests and respecting cache headers in API clients or download workflows.
Caching can serve stale or private data in the wrong place. Review cache keys, authorization headers, invalidation rules, and storage location before caching sensitive responses.