@@ -19,44 +19,6 @@ configured under the ``framework`` key in your application configuration.
19
19
namespace and the related XSD schema is available at:
20
20
``https://symfony.com/schema/dic/symfony/symfony-1.0.xsd ``
21
21
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
-
60
22
.. _reference-assets :
61
23
62
24
assets
@@ -2604,19 +2566,6 @@ To configure a ``jsonp`` format:
2604
2566
router
2605
2567
~~~~~~
2606
2568
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
-
2620
2569
default_uri
2621
2570
...........
2622
2571
0 commit comments