Skip to content

Commit 818bb64

Browse files
authored
remove adapter doctrine
1 parent 6c23088 commit 818bb64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

reference/configuration/framework.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2879,7 +2879,8 @@ app
28792879
The cache adapter used by the ``cache.app`` service. The FrameworkBundle
28802880
ships with multiple adapters: ``cache.adapter.apcu``, ``cache.adapter.system``,
28812881
``cache.adapter.filesystem``, ``cache.adapter.psr6``, ``cache.adapter.redis``,
2882-
``cache.adapter.memcached`` and ``cache.adapter.pdo``.
2882+
``cache.adapter.memcached``, ``cache.adapter.pdo`` and
2883+
``cache.adapter.doctrine_dbal``.
28832884

28842885
There's also a special adapter called ``cache.adapter.array`` which stores
28852886
contents in memory using a PHP array and it's used to disable caching (mostly on

0 commit comments

Comments
 (0)