From f68defc1f4307b61fca1e756983c6a4a06e2543e Mon Sep 17 00:00:00 2001 From: Quentin Devos <4972091+Okhoshi@users.noreply.github.com> Date: Wed, 3 Apr 2024 22:43:01 +0200 Subject: [PATCH] [FrameworkBundle] Remove mention of inexistant `ignore_cache` option Signed-off-by: Quentin Devos <4972091+Okhoshi@users.noreply.github.com> --- reference/configuration/framework.rst | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index 5a7a5684fbc..57693ff0b1d 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -1514,15 +1514,7 @@ The directory where routing information will be cached. Can be set to .. deprecated:: 7.1 Setting the ``cache_dir`` option is deprecated since Symfony 7.1. The routes - are now always cached in the ``%kernel.build_dir%`` directory. If you want - to disable route caching, set the ``ignore_cache`` option to ``true``. - -ignore_cache -............ - -**type**: ``boolean`` **default**: ``false`` - -When this option is set to ``true``, routing information will not be cached. + are now always cached in the ``%kernel.build_dir%`` directory. secrets ~~~~~~~