2019-10-26 18:07:36 +02:00
|
|
|
doctrine:
|
2026-04-10 12:57:03 +02:00
|
|
|
orm:
|
|
|
|
|
metadata_cache_driver:
|
|
|
|
|
type: pool
|
|
|
|
|
pool: doctrine.system_cache_pool
|
|
|
|
|
query_cache_driver:
|
|
|
|
|
type: pool
|
|
|
|
|
pool: doctrine.system_cache_pool
|
|
|
|
|
result_cache_driver:
|
|
|
|
|
type: pool
|
|
|
|
|
pool: doctrine.result_cache_pool
|
2019-10-26 18:07:36 +02:00
|
|
|
|
|
|
|
|
framework:
|
2026-04-10 12:57:03 +02:00
|
|
|
cache:
|
|
|
|
|
pools:
|
|
|
|
|
doctrine.result_cache_pool:
|
|
|
|
|
adapter: cache.app
|
|
|
|
|
doctrine.system_cache_pool:
|
|
|
|
|
adapter: cache.system
|