File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -269,6 +269,7 @@ private function addHttpCacheSection(ArrayNodeDefinition $rootNode)
269269 ->booleanNode ('allow_revalidate ' )->end ()
270270 ->integerNode ('stale_while_revalidate ' )->end ()
271271 ->integerNode ('stale_if_error ' )->end ()
272+ ->booleanNode ('terminate_on_cache_hit ' )->end ()
272273 ->end ()
273274 ->end ()
274275 ->end ()
Original file line number Diff line number Diff line change 724724 <xsd : attribute name =" allow-revalidate" type =" xsd:boolean" />
725725 <xsd : attribute name =" stale-while-revalidate" type =" xsd:integer" />
726726 <xsd : attribute name =" stale-if-error" type =" xsd:integer" />
727+ <xsd : attribute name =" terminate-on-cache-hit" type =" xsd:boolean" />
727728 </xsd : complexType >
728729
729730 <xsd : simpleType name =" http_cache_trace_levels" >
You can’t perform that action at this time.
0 commit comments