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=0, must-revalidate

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:
cache-control: public, max-age=0, must-revalidate
🧭

Cache-Control

Cache-Control: public, max-age=0, must-revalidate
  • 🌐
    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 immediately.

    For example, since this response was fetched on Sep 18, 2026, 1:58:45 AM, it will become stale on Sep 18, 2026, 1:58:45 AM.

  • Must Revalidate
    The must-revalidate directive indicates that when the response becomes stale, the cache must revalidate the cached response before it can be used again.