Skip to content

Commit

Permalink
Claim the compat flag for cache_option_enabled (#2435)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaAtulTewari authored Jul 24, 2024
1 parent 09b02cd commit af3ee84
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/workerd/io/compatibility-date.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit af3ee84

Please sign in to comment.