Description
Provides standards-compliant HTTP caching support for Ruby applications built on async-http. It is useful for clients and services that need to reuse responses while respecting cache headers and HTTP semantics.
Caching can store private or user-specific responses if configured poorly. Review cache keys, authorization handling, storage location, and expiration policy.