File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
components/cache/adapters Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,6 @@ The Cache component comes with a series of adapters pre-configured:
101101
102102* :doc: `cache.adapter.apcu </components/cache/adapters/apcu_adapter >`
103103* :doc: `cache.adapter.array </components/cache/adapters/array_cache_adapter >`
104- * :doc: `cache.adapter.doctrine </components/cache/adapters/doctrine_adapter >` (deprecated)
105104* :doc: `cache.adapter.doctrine_dbal </components/cache/adapters/doctrine_dbal_adapter >`
106105* :doc: `cache.adapter.filesystem </components/cache/adapters/filesystem_adapter >`
107106* :doc: `cache.adapter.memcached </components/cache/adapters/memcached_adapter >`
Original file line number Diff line number Diff line change @@ -40,13 +40,6 @@ You can also create this table explicitly by calling the
4040:method: `Symfony\\ Component\\ Cache\\ Adapter\\ PdoAdapter::createTable ` method in
4141your code.
4242
43- .. deprecated :: 5.4
44-
45- Using :class: `Symfony\\ Component\\ Cache\\ Adapter\\ PdoAdapter ` with a
46- :class: `Doctrine\\ DBAL\\ Connection ` or a DBAL URL is deprecated since Symfony 5.4
47- and will be removed in Symfony 6.0.
48- Use :class: `Symfony\\ Component\\ Cache\\ Adapter\\ DoctrineDbalAdapter ` instead.
49-
5043.. tip ::
5144
5245 When passed a `Data Source Name (DSN) `_ string (instead of a database connection
You can’t perform that action at this time.
0 commit comments