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:
101
101
102
102
* :doc: `cache.adapter.apcu </components/cache/adapters/apcu_adapter >`
103
103
* :doc: `cache.adapter.array </components/cache/adapters/array_cache_adapter >`
104
- * :doc: `cache.adapter.doctrine </components/cache/adapters/doctrine_adapter >` (deprecated)
105
104
* :doc: `cache.adapter.doctrine_dbal </components/cache/adapters/doctrine_dbal_adapter >`
106
105
* :doc: `cache.adapter.filesystem </components/cache/adapters/filesystem_adapter >`
107
106
* :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
40
40
:method: `Symfony\\ Component\\ Cache\\ Adapter\\ PdoAdapter::createTable ` method in
41
41
your code.
42
42
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
-
50
43
.. tip ::
51
44
52
45
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