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: Fri, 17 Jul 2026 03:01:09 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 Jul 17, 2026, 2:01:09 AM, it will become stale on Jul 17, 2026, 3:01:09 AM.
⚠️ 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: Fri, 17 Jul 2026 03:01:09 GMT
In this case, the response will expire on Jul 17, 2026, 3:01:09 AM (in about 1 hour).