We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1345ec9 commit 5900639Copy full SHA for 5900639
spring-webmvc/src/main/resources/org/springframework/web/servlet/config/spring-mvc-4.3.xsd
@@ -596,8 +596,8 @@
596
<xsd:attribute name="stale-if-error" type="xsd:int" use="optional">
597
<xsd:annotation>
598
<xsd:documentation><![CDATA[
599
- Adds a "s-maxage" directive in the Cache-Control header.
600
- This directive has the same meaning as the "max-age" directive, except it only applies to shared caches.
+ Adds a "stale-if-error" directive in the Cache-Control header.
+ When an error is encountered, a cached stale response may be used for the given number of seconds.
601
]]></xsd:documentation>
602
</xsd:annotation>
603
</xsd:attribute>
0 commit comments