PHP Classes

File: config/packages/prod/doctrine.yaml

Recommend this page to a friend!
  Classes of Manolo Salsas   PHP Budget Application API   config/packages/prod/doctrine.yaml   Download  
File: config/packages/prod/doctrine.yaml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Budget Application API
API to manage records of budget requests
Author: By
Last change:
Date: 4 years ago
Size: 925 bytes
 

Contents

Class file image Download
doctrine: orm: auto_generate_proxy_classes: false metadata_cache_driver: type: service id: doctrine.system_cache_provider query_cache_driver: type: service id: doctrine.system_cache_provider result_cache_driver: type: service id: doctrine.result_cache_provider services: doctrine.result_cache_provider: class: Symfony\Component\Cache\DoctrineProvider public: false arguments: - '@doctrine.result_cache_pool' doctrine.system_cache_provider: class: Symfony\Component\Cache\DoctrineProvider public: false arguments: - '@doctrine.system_cache_pool' framework: cache: pools: doctrine.result_cache_pool: adapter: cache.app doctrine.system_cache_pool: adapter: cache.system