Skip to content

Commit 5e20ac4

Browse files
committed
Merge branch '6.2' into 6.3
* 6.2: [FrameworkBundle]  Update framework cache reference Remove the unneeded versionadded directives update framework configuration reference for cache
2 parents ae63bfe + 9a5dbcc commit 5e20ac4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

reference/configuration/framework.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2901,9 +2901,10 @@ app
29012901
**type**: ``string`` **default**: ``cache.adapter.filesystem``
29022902

29032903
The cache adapter used by the ``cache.app`` service. The FrameworkBundle
2904-
ships with multiple adapters: ``cache.adapter.apcu``, ``cache.adapter.doctrine``,
2905-
``cache.adapter.system``, ``cache.adapter.filesystem``, ``cache.adapter.psr6``,
2906-
``cache.adapter.redis``, ``cache.adapter.memcached`` and ``cache.adapter.pdo``.
2904+
ships with multiple adapters: ``cache.adapter.apcu``, ``cache.adapter.system``,
2905+
``cache.adapter.filesystem``, ``cache.adapter.psr6``, ``cache.adapter.redis``,
2906+
``cache.adapter.memcached``, ``cache.adapter.pdo`` and
2907+
``cache.adapter.doctrine_dbal``.
29072908

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

0 commit comments

Comments
 (0)