This resource can be cached.
This response can be cached because of a directive in the Cache-Control header.
This resource has a cache control header.
Cache-Control: max-age=3600
This resource does not have an entity tag.
cache-control: max-age=3600 expires: Sat, 07 Mar 2026 18:12:32 GMT
Cache-Control: max-age=3600
The max-age directive indicates the response should be considered stale after 3600 seconds (1 hour).
For example, since this response was fetched on Mar 7, 2026, 5:12:32 PM, it will become stale on Mar 7, 2026, 6:12:32 PM.
⚠️ The Expires header is redundant with the max-age directive in the Cache-Control header, so the Expires header will be ignored.
The Expires header indicates the time at which the response will expire.
Expires: Sat, 07 Mar 2026 18:12:32 GMT
In this case, the response will expire on Mar 7, 2026, 6:12:32 PM (in about 1 hour).