From 8858db19dd8384ad8ce0a0e77c534d56e73cd643 Mon Sep 17 00:00:00 2001 From: Ruben Petrosjan Date: Wed, 2 Apr 2025 14:55:27 +0200 Subject: [PATCH] Update framework.rst Docs correction --- reference/configuration/framework.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index f6a275067dc..91c7b3c956c 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -1239,7 +1239,7 @@ http_cache allow_reload ............ -**type**: ``string`` +**type**: ``boolean`` **default**: ``false`` Specifies whether the client can force a cache reload by including a Cache-Control "no-cache" directive in the request. Set it to ``true`` @@ -1248,7 +1248,7 @@ for compliance with RFC 2616. (default: false) allow_revalidate ................ -**type**: ``string`` +**type**: ``boolean`` **default**: ``false`` Specifies whether the client can force a cache revalidate by including a Cache-Control "max-age=0" directive in the request. Set it to ``true``