Skip to content

Commit 0ed64cd

Browse files
[Cache] Add Dash buttons in the default cache behavior page (#27007)
* [Cache] Update default-cache-behavior.mdx Hello team, What does it mean by "Cloudflare Caching app"? Does is mean the APO? https://developers.cloudflare.com/automatic-platform-optimization/ * Enhance cache customization options in documentation Updated caching options section with new DashButton links. * Add DashButton import to default-cache-behavior.mdx --------- Co-authored-by: nenizera <[email protected]>
1 parent 3f082c3 commit 0ed64cd

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/content/docs/cache/concepts/default-cache-behavior.mdx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ head:
77

88
---
99

10-
import { FeatureTable, Render } from "~/components"
10+
import { FeatureTable, Render, DashButton } from "~/components"
1111

1212
Cloudflare respects the origin web server’s cache headers in the following order unless an [Edge Cache TTL cache rule](/cache/how-to/cache-rules/settings/#edge-ttl) overrides the headers. Refer to the [Edge TTL](/cache/how-to/configure-cache-status-code/#edge-ttl) section for details on default TTL behavior.
1313

@@ -67,8 +67,13 @@ To cache additional content, refer to [Cache Rules](/cache/how-to/cache-rules/)
6767
Cloudflare’s CDN provides several cache customization options:
6868

6969
* Caching behavior for individual URLs via [Cache Rules](/cache/how-to/cache-rules/)
70+
71+
<DashButton url="/?to=/:account/:zone/caching/cache-rules" />
72+
7073
* Customize caching with [Cloudflare Workers](/workers/reference/how-the-cache-works/)
71-
* Adjust caching level, cache TTL, and more via the Cloudflare Caching app
74+
* Adjust caching level, cache TTL, and more in the Caching page in the Cloudflare dashboard:
75+
76+
<DashButton url="/?to=/:account/:zone/caching/configuration" />
7277

7378
### Upload limits
7479

0 commit comments

Comments
 (0)