File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -2949,7 +2949,18 @@ app
29492949The cache adapter used by the ``cache.app `` service. The FrameworkBundle
29502950ships 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
29542965There's also a special adapter called ``cache.adapter.array `` which stores
29552966contents in memory using a PHP array and it's used to disable caching (mostly on
You can’t perform that action at this time.
0 commit comments