Skip to content

Commit fab5488

Browse files
angelampcostaRebeccaTamachiro
authored andcommitted
Adds info about Age response header (#21132)
1 parent f0e2150 commit fab5488

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ head:
99

1010
The `CF-Cache-Status` header output indicates whether a resource is cached or not. To investigate cache responses returned by this header, use services like [Redbot](https://redbot.org/), [webpagetest.org](http://www.webpagetest.org/), or a visual tool like [Chrome's Dr. Flare plugin](https://community.cloudflare.com/t/community-tip-dr-flare-debug-tool-for-cloudflare-chrome-extension/110166).
1111

12+
:::note[`Age` response header]
13+
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.
14+
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).
16+
:::
17+
1218
Below you can find a comprehensive breakdown of Cloudflare's cache response statuses.
1319

1420
## HIT

0 commit comments

Comments
 (0)