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.
2 parents 53faf5a + 2e446d0 commit a37223dCopy full SHA for a37223d
doctrine/doctrine-bundle/1.12/config/packages/prod/doctrine.yaml
@@ -1,3 +1,20 @@
1
doctrine:
2
orm:
3
auto_generate_proxy_classes: false
4
+ metadata_cache_driver:
5
+ type: pool
6
+ pool: doctrine.system_cache_pool
7
+ query_cache_driver:
8
9
10
+ result_cache_driver:
11
12
+ pool: doctrine.result_cache_pool
13
+
14
+framework:
15
+ cache:
16
+ pools:
17
+ doctrine.result_cache_pool:
18
+ adapter: cache.app
19
+ doctrine.system_cache_pool:
20
+ adapter: cache.system
0 commit comments