Successful GET responses should set a Cache-Control header so consumers, proxies, and CDNs know how to cache the response. Declaring caching behavior improves performance and predictability for read operations across the API.
OpenAPI Response Cache Control Info
Message: 2xx GET responses SHOULD set a Cache-Control header.
Policies
Caching Strategy Defined
Every API should define a caching strategy and express it through explicit Cache-Control headers on responses that can safely be reused. I require that providers decide, per operation, what is cach...