Skip to content

Commit 04a6ce7

Browse files
committed
The Doctrine adapter is not a database adapter
1 parent e7864d7 commit 04a6ce7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

components/cache/adapters/filesystem_adapter.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ and cache root path as constructor parameters::
4545
choices. If throughput is paramount, the in-memory adapters
4646
(:ref:`Apcu <apcu-adapter>`, :ref:`Memcached <memcached-adapter>`, and
4747
:ref:`Redis <redis-adapter>`) or the database adapters
48-
(:ref:`Doctrine <doctrine-adapter>` and :ref:`PDO <pdo-doctrine-adapter>`)
49-
are recommended.
48+
(:ref:`PDO <pdo-doctrine-adapter>`) are recommended.
5049

5150
.. note::
5251

0 commit comments

Comments
 (0)