Skip to content

Commit 1d32ad2

Browse files
authored
update framework configuration reference for cache
1 parent 0b9d50c commit 1d32ad2

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

reference/configuration/framework.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2949,7 +2949,18 @@ app
29492949
The cache adapter used by the ``cache.app`` service. The FrameworkBundle
29502950
ships with multiple adapters: ``cache.adapter.apcu``, ``cache.adapter.doctrine``,
29512951
``cache.adapter.system``, ``cache.adapter.filesystem``, ``cache.adapter.psr6``,
2952-
``cache.adapter.redis``, ``cache.adapter.memcached`` and ``cache.adapter.pdo``.
2952+
``cache.adapter.redis``, ``cache.adapter.memcached``, ``cache.adapter.pdo``,
2953+
``cache.adapter.doctrine_dbal``.
2954+
2955+
.. versionadded:: 5.4
2956+
2957+
``cache.adapter.doctrine_dbal`` has been introduced in Symfony 5.4.
2958+
2959+
.. deprecated:: 5.4
2960+
2961+
Using ``cache.adapter.doctrine`` has been deprecated in favor of Symfony
2962+
Cache or PSR-6 adapters provided by Doctrine Cache and will be removed in
2963+
6.0.
29532964

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

0 commit comments

Comments
 (0)