Skip to content

Commit 9a5dbcc

Browse files
committed
minor #18139 [FrameworkBundle]  Update framework cache reference (MrYamous)
This PR was squashed before being merged into the 6.2 branch. Discussion ---------- [FrameworkBundle]  Update framework cache reference Following #18138 Commits ------- f3d727c [FrameworkBundle]  Update framework cache reference
2 parents 38e2551 + f3d727c commit 9a5dbcc

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``, ``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``, ``cache.adapter.pdo`` and
28832883
``cache.adapter.doctrine_dbal``.
28842884

28852885
There's also a special adapter called ``cache.adapter.array`` which stores

0 commit comments

Comments
 (0)