Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Doctrine metadata_cache_driver config key deprecation
  • Loading branch information
dominikhajduk authored Nov 15, 2021
commit 07e6653e263ef95ee41be29510925ae4233b8150
3 changes: 3 additions & 0 deletions reference/configuration/doctrine.rst
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,9 @@ to cache each of Doctrine ORM elements (queries, results, etc.):
doctrine:
orm:
# ...

# the "metadata_cache_driver" configuration key is deprecated
# from Doctrine Bundle 2.3
metadata_cache_driver:
type: pool
pool: doctrine.system_cache_pool
Expand Down