Skip to content

Commit a37223d

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #695
2 parents 53faf5a + 2e446d0 commit a37223d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
11
doctrine:
22
orm:
33
auto_generate_proxy_classes: false
4+
metadata_cache_driver:
5+
type: pool
6+
pool: doctrine.system_cache_pool
7+
query_cache_driver:
8+
type: pool
9+
pool: doctrine.system_cache_pool
10+
result_cache_driver:
11+
type: pool
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

Comments
 (0)