We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc4cdb6 commit ca92b57Copy full SHA for ca92b57
reference/configuration/framework.rst
@@ -128,7 +128,7 @@ and public.
128
allow_reload
129
............
130
131
-**type**: ``string``
+**type**: ``boolean`` **default**: ``false``
132
133
Specifies whether the client can force a cache reload by including a
134
Cache-Control "no-cache" directive in the request. Set it to ``true``
@@ -137,7 +137,7 @@ for compliance with RFC 2616. (default: false)
137
allow_revalidate
138
................
139
140
141
142
Specifies whether the client can force a cache revalidate by including a
143
Cache-Control "max-age=0" directive in the request. Set it to ``true``
0 commit comments