@@ -19,44 +19,6 @@ configured under the ``framework`` key in your application configuration.
1919 namespace and the related XSD schema is available at:
2020 ``https://symfony.com/schema/dic/symfony/symfony-1.0.xsd ``
2121
22- annotations
23- ~~~~~~~~~~~
24-
25- .. _reference-annotations-cache :
26-
27- cache
28- .....
29-
30- **type **: ``string `` **default **: ``php_array ``
31-
32- This option can be one of the following values:
33-
34- php_array
35- Use a PHP array to cache annotations in memory
36- file
37- Use the filesystem to cache annotations
38- none
39- Disable the caching of annotations
40-
41- debug
42- .....
43-
44- **type **: ``boolean `` **default **: ``%kernel.debug% ``
45-
46- Whether to enable debug mode for caching. If enabled, the cache will
47- automatically update when the original file is changed (both with code and
48- annotation changes). For performance reasons, it is recommended to disable
49- debug mode in production, which will happen automatically if you use the
50- default value.
51-
52- file_cache_dir
53- ..............
54-
55- **type **: ``string `` **default **: ``%kernel.cache_dir%/annotations ``
56-
57- The directory to store cache files for annotations, in case
58- ``annotations.cache `` is set to ``'file' ``.
59-
6022.. _reference-assets :
6123
6224assets
@@ -2604,19 +2566,6 @@ To configure a ``jsonp`` format:
26042566 router
26052567~~~~~~
26062568
2607- cache_dir
2608- .........
2609-
2610- **type **: ``string `` **default **: ``%kernel.cache_dir% ``
2611-
2612- The directory where routing information will be cached. Can be set to
2613- ``~ `` (``null ``) to disable route caching.
2614-
2615- .. deprecated :: 7.1
2616-
2617- Setting the ``cache_dir `` option is deprecated since Symfony 7.1. The routes
2618- are now always cached in the ``%kernel.build_dir% `` directory.
2619-
26202569default_uri
26212570...........
26222571
0 commit comments