From d97aa926d5b84f2cc08f66b8bc15610b812e08c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Cardoso?= Date: Tue, 17 Feb 2026 18:49:38 +0000 Subject: [PATCH] [Cache] Update get-started.mdx Hello team, Can we link the docs on default cached file extensions for examples of static/cacheable assets? https://developers.cloudflare.com/cache/concepts/default-cache-behavior/#default-cached-file-extensions Thanks. --- src/content/docs/cache/get-started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/cache/get-started.mdx b/src/content/docs/cache/get-started.mdx index 0b4da0aefd685d8..a347f5b5a0807fb 100644 --- a/src/content/docs/cache/get-started.mdx +++ b/src/content/docs/cache/get-started.mdx @@ -11,7 +11,7 @@ head: import { GlossaryTooltip } from "~/components" -Cloudflare makes customer websites faster by storing a copy of the website's content on the servers of our globally distributed data centers. Content can be either static or dynamic: static content is “cacheable” or eligible for caching, and dynamic content is “uncacheable” or ineligible for caching. The cached copies of content are stored physically closer to users, optimized to be fast, and do not require recomputing. +Cloudflare makes customer websites faster by storing a copy of the website's content on the servers of our globally distributed data centers. Content can be either static or dynamic: static content is “[cacheable](/cache/concepts/default-cache-behavior/#default-cached-file-extensions)” or eligible for caching, and dynamic content is “uncacheable” or ineligible for caching. The cached copies of content are stored physically closer to users, optimized to be fast, and do not require recomputing. Cloudflare caches static content based on the following factors: