HTTP caching for https://camchenry.com

Overview

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: public, max-age=21600

This resource does not have an entity tag.

HTTP response cache headers

These are the raw caching-related HTTP headers that were returned by the server:
age: 0
cache-control: public, max-age=21600
🧭

Cache-Control

Cache-Control: public, max-age=21600
  • 🌐
    Public
    The public directive indicates that any cache may cache the response, even if it would not typically be cacheable.
  • Max Age

    The max-age directive indicates the response should be considered stale after 21600 seconds (6 hours).

    For example, since this response was fetched on May 17, 2024, 8:06:53 AM, it will become stale on May 17, 2024, 2:06:53 PM.

Age

The Age header indicates how long the response has been in the cache.

Age: 0

In this case, the age is zero, which means the response was likely fetched from the origin server and has not been cached yet.