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.
1 parent a96bc3a commit bdf6ac6Copy full SHA for bdf6ac6
reference/configuration/framework.rst
@@ -2790,10 +2790,12 @@ annotations
2790
cache
2791
.....
2792
2793
-**type**: ``string`` **default**: ``'file'``
+**type**: ``string`` **default**: ``'php_array'``
2794
2795
This option can be one of the following values:
2796
2797
+php_array
2798
+ Use a PHP array to cache annotations in memory
2799
file
2800
Use the filesystem to cache annotations
2801
none
0 commit comments