File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
components/cache/adapters Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -187,6 +187,11 @@ will create pools with service IDs that follow the pattern ``cache.[type]``.
187
187
;
188
188
};
189
189
190
+ .. deprecated :: 5.4
191
+
192
+ The ``default_doctrine_provider `` option is deprecated in Symfony 5.4 and
193
+ it will be removed in Symfony 6.0.
194
+
190
195
.. _cache-create-pools :
191
196
192
197
Creating Custom (Namespaced) Pools
Original file line number Diff line number Diff line change @@ -39,4 +39,9 @@ third parameters::
39
39
A :class: `Symfony\\ Component\\ Cache\\ DoctrineProvider ` class is also provided by the
40
40
component to use any PSR6-compatible implementations with Doctrine-compatible classes.
41
41
42
+ .. deprecated :: 5.4
43
+
44
+ The ``DoctrineProvider `` class is deprecated in Symfony 5.4 and it will
45
+ be removed in Symfony 6.0.
46
+
42
47
.. _`Doctrine Cache` : https://github.com/doctrine/cache
You can’t perform that action at this time.
0 commit comments