Skip to content

Commit ef55ea7

Browse files
authored
Update cache-responses.mdx (cloudflare#21156)
Age headers do not appear on Lower Tier HIT that are served from the upper tier cache
1 parent 8a1edc3 commit ef55ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/cache/concepts/cache-responses.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The `CF-Cache-Status` header output indicates whether a resource is cached or no
1212
:::note[`Age` response header]
1313
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.
1414

15-
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).
15+
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).
1616
:::
1717

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

0 commit comments

Comments
 (0)