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 @@ -2879,7 +2879,18 @@ app
2879
2879
The cache adapter used by the ``cache.app `` service. The FrameworkBundle
2880
2880
ships with multiple adapters: ``cache.adapter.apcu ``, ``cache.adapter.doctrine ``,
2881
2881
``cache.adapter.system ``, ``cache.adapter.filesystem ``, ``cache.adapter.psr6 ``,
2882
- ``cache.adapter.redis ``, ``cache.adapter.memcached `` and ``cache.adapter.pdo ``.
2882
+ ``cache.adapter.redis ``, ``cache.adapter.memcached ``, ``cache.adapter.pdo ``,
2883
+ ``cache.adapter.doctrine_dbal ``.
2884
+
2885
+ .. versionadded :: 5.4
2886
+
2887
+ ``cache.adapter.doctrine_dbal `` was introduced in Symfony 5.4.
2888
+
2889
+ .. deprecated :: 5.4
2890
+
2891
+ Using ``cache.adapter.doctrine `` has been deprecated in favor of Symfony
2892
+ Cache or PSR-6 adapters provided by Doctrine Cache and will be removed in
2893
+ 6.0.
2883
2894
2884
2895
There's also a special adapter called ``cache.adapter.array `` which stores
2885
2896
contents 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