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)
269
269
->booleanNode ('allow_revalidate ' )->end ()
270
270
->integerNode ('stale_while_revalidate ' )->end ()
271
271
->integerNode ('stale_if_error ' )->end ()
272
+ ->booleanNode ('terminate_on_cache_hit ' )->end ()
272
273
->end ()
273
274
->end ()
274
275
->end ()
Original file line number Diff line number Diff line change 724
724
<xsd : attribute name =" allow-revalidate" type =" xsd:boolean" />
725
725
<xsd : attribute name =" stale-while-revalidate" type =" xsd:integer" />
726
726
<xsd : attribute name =" stale-if-error" type =" xsd:integer" />
727
+ <xsd : attribute name =" terminate-on-cache-hit" type =" xsd:boolean" />
727
728
</xsd : complexType >
728
729
729
730
<xsd : simpleType name =" http_cache_trace_levels" >
You can’t perform that action at this time.
0 commit comments