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
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