Skip to content

Commit 5df398d

Browse files
authored
update framework configuration reference for cache
1 parent 4a6ad8c commit 5df398d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/configuration/framework.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2877,9 +2877,9 @@ app
28772877
**type**: ``string`` **default**: ``cache.adapter.filesystem``
28782878

28792879
The cache adapter used by the ``cache.app`` service. The FrameworkBundle
2880-
ships with multiple adapters: ``cache.adapter.apcu``, ``cache.adapter.doctrine``,
2881-
``cache.adapter.system``, ``cache.adapter.filesystem``, ``cache.adapter.psr6``,
2882-
``cache.adapter.redis``, ``cache.adapter.memcached`` and ``cache.adapter.pdo``.
2880+
ships with multiple adapters: ``cache.adapter.apcu``, ``cache.adapter.system``,
2881+
``cache.adapter.filesystem``, ``cache.adapter.psr6``, ``cache.adapter.redis``,
2882+
``cache.adapter.memcached`` and ``cache.adapter.pdo``.
28832883

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

0 commit comments

Comments
 (0)