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
12 changes: 12 additions & 0 deletions reference/configuration/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1495,6 +1495,18 @@ If the charset of your application is UTF-8 (as defined in the
recommended setting it to ``true``. This will make non-UTF8 URLs to generate 404
errors.

cache_dir
.........

**type**: ``string`` **default**: ``%kernel.cache_dir%``

The directory where routing information will be cached. Can be set to
``~`` (``null``) to disable route caching.

.. versionadded:: 6.2

The ``cache_dir`` setting was introduced in Symfony 6.2.

.. _config-framework-session:

session
Expand Down