Skip to content

Commit bdf6ac6

Browse files
committed
[FrameworkBundle] Update the default config of Doctrine cache
1 parent a96bc3a commit bdf6ac6

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)