Skip to content

Commit d54129d

Browse files
committed
minor #15795 [Cache] The Doctrine adapter is not a database adapter (derrabus)
This PR was merged into the 4.4 branch. Discussion ---------- [Cache] The Doctrine adapter is not a database adapter The documentation for the file system cache adapter links to the Doctrine Cache adapter as one of the available "database adapters". Doctrine Cache is simply an older contract for caches, something like a predecessor to PSR-6. Recommending this adapter as a database cache is wrong or at least misleading. Because of that I'd like to remove that link. Commits ------- 04a6ce7 The Doctrine adapter is not a database adapter
2 parents d361e20 + 04a6ce7 commit d54129d

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)