From 4fb466887d5fdd9eb5a36247f358a4eccc505571 Mon Sep 17 00:00:00 2001 From: AdityaAtulTewari Date: Wed, 24 Jul 2024 12:55:58 -0500 Subject: [PATCH] Claim the compat flag for cache_option_enabled --- src/workerd/io/compatibility-date.capnp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/workerd/io/compatibility-date.capnp b/src/workerd/io/compatibility-date.capnp index 9573ea607ab..6c858b3cba2 100644 --- a/src/workerd/io/compatibility-date.capnp +++ b/src/workerd/io/compatibility-date.capnp @@ -504,4 +504,10 @@ struct CompatibilityFlags @0x8f8c1b68151b6cef { $compatDisableFlag("legacy_module_registry") $experimental; # Enables of the new module registry implementation. + + cacheOptionEnabled @53 :Bool + $compatEnableFlag("cache_option_enabled") + $compatDisableFlag("cache_option_disabled") + $experimental; + # Enables the use of no-cache and no-store headers from requests }