Skip to content

Commit 9ec01e3

Browse files
Update src/content/docs/cache/interaction-cloudflare-products/workers-cache-rules.mdx
1 parent 7338758 commit 9ec01e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/cache/interaction-cloudflare-products/workers-cache-rules.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Whether these flags are enabled by default depends on your Worker's compatibilit
4242
- Enabled by default for compatibility dates **on or after 2025-05-19**.
4343
- **Important:** For `cache_api_request_cf_overrides_cache_rules` to be recognized, you must also enable `cache_api_compat_flags`.
4444
- `cache_api_compat_flags` enables the compatibility flag functionality for Workers. If `cache_api_compat_flags` is not set, then no compatibility flags — even if configured — will be recognized by the Cache API.
45-
- This flag is enabled by default for compatibility dates **on or after 2025-04-19**.
45+
- `cache_api_compat_flags` is enabled by default for compatibility dates **on or after 2025-04-19**.
4646

4747
If your Worker has an earlier compatibility date than the ones listed above, the corresponding flags must be manually enabled; otherwise, cache behavior will follow the original cache rules instead of the Worker's settings.
4848

0 commit comments

Comments
 (0)