Skip to content

Commit f68defc

Browse files
committed
[FrameworkBundle] Remove mention of inexistant ignore_cache option
Signed-off-by: Quentin Devos <[email protected]>
1 parent 6b3d171 commit f68defc

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

reference/configuration/framework.rst

+1-9
Original file line numberDiff line numberDiff line change
@@ -1514,15 +1514,7 @@ The directory where routing information will be cached. Can be set to
15141514
.. deprecated:: 7.1
15151515

15161516
Setting the ``cache_dir`` option is deprecated since Symfony 7.1. The routes
1517-
are now always cached in the ``%kernel.build_dir%`` directory. If you want
1518-
to disable route caching, set the ``ignore_cache`` option to ``true``.
1519-
1520-
ignore_cache
1521-
............
1522-
1523-
**type**: ``boolean`` **default**: ``false``
1524-
1525-
When this option is set to ``true``, routing information will not be cached.
1517+
are now always cached in the ``%kernel.build_dir%`` directory.
15261518

15271519
secrets
15281520
~~~~~~~

0 commit comments

Comments
 (0)