8000 feature #17253 Document the `framework.router.cache_dir` setting (mpd… · symfony/symfony-docs@01714e1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 01714e1

Browse files
committed
feature #17253 Document the framework.router.cache_dir setting (mpdude)
This PR was squashed before being merged into the 6.2 branch. Discussion ---------- Document the `framework.router.cache_dir` setting This documents a new configuration setting suggested in symfony/symfony#47496. Commits ------- 24b9b1d Document the `framework.router.cache_dir` setting
2 parents d6e5067 + 24b9b1d commit 01714e1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

reference/configuration/framework.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1495,6 +1495,18 @@ If the charset of your application is UTF-8 (as defined in the
14951495
recommended setting it to ``true``. This will make non-UTF8 URLs to generate 404
14961496
errors.
14971497

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+
14981510
.. _config-framework-session:
14991511

15001512
session

0 commit comments

Comments
 (0)
0