Skip to content

Commit 43b6648

Browse files
committed
Updates browser cache ttl docs
1 parent 66a287d commit 43b6648

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

src/content/docs/cache/how-to/edge-browser-cache-ttl/set-browser-ttl.mdx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ Nevertheless, the value you set via Cache Rule will be ignored if `Cache-Control
1919

2020
## Set Browser Cache TTL
2121

22-
The Cloudflare UI and [API](/api/resources/zones/subresources/settings/methods/edit/) both prohibit setting Browser Cache TTL to 0 for non-Enterprise domains.
23-
2422
:::note[Note]
2523

2624

@@ -34,11 +32,3 @@ If you modify cached assets, the new asset is not displayed to repeat visitors b
3432
3. Under **Browser Cache TTL**, select the drop-down menu to select the desired cache expiration time.
3533

3634
The **Respect Existing Headers** option tells Cloudflare to honor the settings in the `Cache-Control` headers from your origin web server.
37-
38-
:::note[Respect Existing Headers Availability]
39-
40-
41-
For all plan types, you can set Browser Cache TTL to Respect Existing Headers at a zone level (zone setting) or you can use a Cache Rule.
42-
43-
44-
:::

src/content/plans/index.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,9 @@
176176
"ent": "30 seconds"
177177
},
178178
"minimum_cache_rules": {
179-
"title": "Minimum Browser Cache TTL (Cache Rules)",
180-
"free": "2 hours",
181-
"pro": "1 hour",
179+
"title": "Minimum Browser Cache TTL",
180+
"free": "1 second",
181+
"pro": "1 second",
182182
"biz": "1 second",
183183
"ent": "1 second"
184184
},

0 commit comments

Comments
 (0)