Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[FrameworkBundle] Add semantic config for new terminate_on_cache_hit …
…HttpCache option
  • Loading branch information
wouterj committed Sep 20, 2022
commit bb387e9d40af5c885bed78950b0225a837ff526f
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ private function addHttpCacheSection(ArrayNodeDefinition $rootNode)
->booleanNode('allow_revalidate')->end()
->integerNode('stale_while_revalidate')->end()
->integerNode('stale_if_error')->end()
->booleanNode('terminate_on_cache_hit')->end()
->end()
->end()
->end()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,7 @@
<xsd:attribute name="allow-revalidate" type="xsd:boolean" />
<xsd:attribute name="stale-while-revalidate" type="xsd:integer" />
<xsd:attribute name="stale-if-error" type="xsd:integer" />
<xsd:attribute name="terminate-on-cache-hit" type="xsd:boolean" />
</xsd:complexType>

<xsd:simpleType name="http_cache_trace_levels">
Expand Down