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, 06 Jun 2026 19:08:05 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 Jun 6, 2026, 6:08:05 PM, it will become stale on Jun 6, 2026, 7:08:05 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, 06 Jun 2026 19:08:05 GMT
In this case, the response will expire on Jun 6, 2026, 7:08:05 PM (in about 1 hour).