Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions reference/configuration/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1511,6 +1511,19 @@ cache_dir
The directory where routing information will be cached. Can be set to
``~`` (``null``) to disable route caching.

.. 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.

secrets
~~~~~~~

Expand Down