From 600751430484724ee06950af6d107270a615dac9 Mon Sep 17 00:00:00 2001 From: Angela Costa Date: Tue, 25 Mar 2025 15:56:10 +0000 Subject: [PATCH] Adds info about Age response header --- src/content/docs/cache/concepts/cache-responses.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/content/docs/cache/concepts/cache-responses.mdx b/src/content/docs/cache/concepts/cache-responses.mdx index b1ad90d09036e5f..22262b0111e2f4a 100644 --- a/src/content/docs/cache/concepts/cache-responses.mdx +++ b/src/content/docs/cache/concepts/cache-responses.mdx @@ -9,6 +9,12 @@ head: 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). +:::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). +::: + Below you can find a comprehensive breakdown of Cloudflare's cache response statuses. ## HIT