Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/docs/cache/concepts/cache-responses.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The `CF-Cache-Status` header output indicates whether a resource is cached or no
:::note[`Age` response header]
The `Age` response header is a header returned from cache that specifies the time in seconds that an asset has been in Cloudflare's cache. This value resets if the asset is revalidated, purged, or evicted and then re-cached.

The `Age` header is only present for responses served from the cache. It will not appear on a cache MISS, dynamic traffic, or any responses that did not originate from the cache (for example, responses generated by a Worker that bypassed the cache).
The `Age` header is only present for responses served from the cache. It will not appear on a cache MISS, dynamic traffic, the first request that populates the lower tier HIT from tiered cache `CacheTieredFill=true` or any responses that did not originate from the cache (for example, responses generated by a Worker that bypassed the cache).
:::

Below you can find a comprehensive breakdown of Cloudflare's cache response statuses.
Expand Down