We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ignore_cache
1 parent 6b3d171 commit f68defcCopy full SHA for f68defc
reference/configuration/framework.rst
@@ -1514,15 +1514,7 @@ The directory where routing information will be cached. Can be set to
1514
.. deprecated:: 7.1
1515
1516
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.
+ are now always cached in the ``%kernel.build_dir%`` directory.
1526
1527
secrets
1528
~~~~~~~
0 commit comments