doctrine.yaml 446 B

1234567891011121314151617
  1. doctrine:
  2. orm:
  3. auto_generate_proxy_classes: false
  4. query_cache_driver:
  5. type: pool
  6. pool: doctrine.system_cache_pool
  7. result_cache_driver:
  8. type: pool
  9. pool: doctrine.result_cache_pool
  10. framework:
  11. cache:
  12. pools:
  13. doctrine.result_cache_pool:
  14. adapter: cache.app
  15. doctrine.system_cache_pool:
  16. adapter: cache.system