Skip to content

Commit 2e2e0d1

Browse files
luishcardosodcpena
andauthored
[Cache] Update get-started.mdx (#28397)
* [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. * Added space to retrigger build --------- Co-authored-by: Denise Peña <75506267+dcpena@users.noreply.github.com>
1 parent aed54f8 commit 2e2e0d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/cache/get-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ head:
1111

1212
import { GlossaryTooltip } from "~/components"
1313

14-
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.
14+
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.
1515

1616
Cloudflare caches static content based on the following factors:
1717

0 commit comments

Comments
 (0)