We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
framework.router.cache_dir
1 parent 1cbe327 commit 24b9b1dCopy full SHA for 24b9b1d
reference/configuration/framework.rst
@@ -1495,6 +1495,18 @@ If the charset of your application is UTF-8 (as defined in the
1495
recommended setting it to ``true``. This will make non-UTF8 URLs to generate 404
1496
errors.
1497
1498
+cache_dir
1499
+.........
1500
+
1501
+**type**: ``string`` **default**: ``%kernel.cache_dir%``
1502
1503
+The directory where routing information will be cached. Can be set to
1504
+``~`` (``null``) to disable route caching.
1505
1506
+.. versionadded:: 6.2
1507
1508
+ The ``cache_dir`` setting was introduced in Symfony 6.2.
1509
1510
.. _config-framework-session:
1511
1512
session
0 commit comments