You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/cache/how-to/cache-rules/settings.mdx
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -246,11 +246,6 @@ This rule can also be used to specify Cache Reserve eligibility for website reso
246
246
Cloudflare will still enforce the plan-based [cacheable file limits](/cache/concepts/default-cache-behavior/#customization-options-and-limits) when using this configuration.
247
247
:::
248
248
249
-
:::note
250
-
251
-
If `minimum_file_size` is omitted and `eligible` is true, Cloudflare will use 0 bytes by default.
252
-
:::
253
-
254
249
<Detailsheader="API information">
255
250
256
251
API configuration object name: `"cache_reserve"`.
@@ -267,6 +262,10 @@ API property name for enabling Cache Reserve: `"eligible"` (boolean).
267
262
}
268
263
```
269
264
265
+
:::note
266
+
If `minimum_file_size` is omitted and `eligible` is true, Cloudflare will use 0 bytes by default.
267
+
:::
268
+
270
269
Refer to [Create a cache rule via API](/cache/how-to/cache-rules/create-api/#example-requests) for complete API examples.
0 commit comments