diff --git a/config/packages/doctrine.yaml b/config/packages/doctrine.yaml index ee624d4..cbd9546 100644 --- a/config/packages/doctrine.yaml +++ b/config/packages/doctrine.yaml @@ -1,3 +1,10 @@ +framework: + cache: + pools: + doctrine.system_cache_pool: + adapter: cache.adapter.redis + + doctrine: dbal: url: '%env(resolve:DATABASE_URL)%' @@ -10,9 +17,6 @@ doctrine: auto_generate_proxy_classes: true naming_strategy: doctrine.orm.naming_strategy.default auto_mapping: true - query_cache_driver: - type: pool - pool: doctrine.system_cache_pool mappings: App: is_bundle: false