Skip to content

Commit b63cbd2

Browse files
committed
minor #19737 [FrameworkBundle] Remove mention of inexistant ignore_cache option (Okhoshi)
This PR was merged into the 7.1 branch. Discussion ---------- [FrameworkBundle] Remove mention of inexistant `ignore_cache` option The `ignore_cache` option was introduced in the documentation in #19399, but was not introduced in the code and will not be in the 7.1 release (see symfony/symfony#53059 for more details). Commits ------- f68defc [FrameworkBundle] Remove mention of inexistant `ignore_cache` option
2 parents c41f6c6 + f68defc commit b63cbd2

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
@@ -1527,15 +1527,7 @@ The directory where routing information will be cached. Can be set to
15271527
.. deprecated:: 7.1
15281528

15291529
Setting the ``cache_dir`` option is deprecated since Symfony 7.1. The routes
1530-
are now always cached in the ``%kernel.build_dir%`` directory. If you want
1531-
to disable route caching, set the ``ignore_cache`` option to ``true``.
1532-
1533-
ignore_cache
1534-
............
1535-
1536-
**type**: ``boolean`` **default**: ``false``
1537-
1538-
When this option is set to ``true``, routing information will not be cached.
1530+
are now always cached in the ``%kernel.build_dir%`` directory.
15391531

15401532
secrets
15411533
~~~~~~~

0 commit comments

Comments
 (0)