Skip to content

Commit bed083c

Browse files
committed
Merge branch '6.4' into 7.2
* 6.4: Update framework.rst
2 parents 21d7bbf + 6e0d1c3 commit bed083c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/configuration/framework.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1239,7 +1239,7 @@ http_cache
12391239
allow_reload
12401240
............
12411241

1242-
**type**: ``string``
1242+
**type**: ``boolean`` **default**: ``false``
12431243

12441244
Specifies whether the client can force a cache reload by including a
12451245
Cache-Control "no-cache" directive in the request. Set it to ``true``
@@ -1248,7 +1248,7 @@ for compliance with RFC 2616. (default: false)
12481248
allow_revalidate
12491249
................
12501250

1251-
**type**: ``string``
1251+
**type**: ``boolean`` **default**: ``false``
12521252

12531253
Specifies whether the client can force a cache revalidate by including a
12541254
Cache-Control "max-age=0" directive in the request. Set it to ``true``

0 commit comments

Comments
 (0)