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 3767119 commit 3cf9f9eCopy full SHA for 3cf9f9e
spring-webmvc/src/main/resources/org/springframework/web/servlet/config/spring-mvc.xsd
@@ -601,8 +601,8 @@
601
<xsd:attribute name="stale-if-error" type="xsd:int" use="optional">
602
<xsd:annotation>
603
<xsd:documentation><![CDATA[
604
- Adds a "s-maxage" directive in the Cache-Control header.
605
- 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.
606
]]></xsd:documentation>
607
</xsd:annotation>
608
</xsd:attribute>
0 commit comments