Skip to content

Commit eeadfde

Browse files
committed
minor #15521 [FrameworkBundle] Update the default config of Doctrine cache (javiereguiluz)
This PR was merged into the 5.4 branch. Discussion ---------- [FrameworkBundle] Update the default config of Doctrine cache This complements #15520 and fixes the second part of #15505. Commits ------- bdf6ac6 [FrameworkBundle] Update the default config of Doctrine cache
2 parents f3b8903 + bdf6ac6 commit eeadfde

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

reference/configuration/framework.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2790,10 +2790,12 @@ annotations
27902790
cache
27912791
.....
27922792

2793-
**type**: ``string`` **default**: ``'file'``
2793+
**type**: ``string`` **default**: ``'php_array'``
27942794

27952795
This option can be one of the following values:
27962796

2797+
php_array
2798+
Use a PHP array to cache annotations in memory
27972799
file
27982800
Use the filesystem to cache annotations
27992801
none

0 commit comments

Comments
 (0)