Description
HTTP responses can be cached for legacy Python 2 clients built around requests. This library helps applications avoid repeated network calls by storing reusable response data according to cache rules.
It is imported by network software and may store headers or response bodies on disk. Avoid caching private responses unless the application configures storage and invalidation safely.