doctrine.yaml 545 B

1234567891011121314151617181920
  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. type: pool
  9. pool: doctrine.system_cache_pool
  10. result_cache_driver:
  11. type: pool
  12. pool: doctrine.result_cache_pool
  13. framework:
  14. cache:
  15. pools:
  16. doctrine.result_cache_pool:
  17. adapter: cache.app
  18. doctrine.system_cache_pool:
  19. adapter: cache.system