File tree 3 files changed +15
-5
lines changed
Filter options
3 files changed +15
-5
lines changed
Original file line number Diff line number Diff line change @@ -30,6 +30,11 @@ The following example shows a typical usage of the cache::
30
30
Symfony supports Cache Contracts, PSR-6/16 and Doctrine Cache interfaces.
31
31
You can read more about these at the :doc: `component documentation </components/cache >`.
32
32
33
+ .. deprecated :: 5.4
34
+
35
+ Support for Doctrine Cache was deprecated in Symfony 5.4
36
+ and it will be removed in Symfony 6.0.
37
+
33
38
.. _cache-configuration-with-frameworkbundle :
34
39
35
40
Configuring Cache with FrameworkBundle
Original file line number Diff line number Diff line change @@ -20,6 +20,11 @@ The Cache Component
20
20
Doctrine caches. See :doc: `/components/cache/psr6_psr16_adapters ` and
21
21
:doc: `/components/cache/adapters/doctrine_adapter `.
22
22
23
+ .. deprecated :: 5.4
24
+
25
+ Support for Doctrine Cache was deprecated in Symfony 5.4
26
+ and it will be removed in Symfony 6.0.
27
+
23
28
Installation
24
29
------------
25
30
Original file line number Diff line number Diff line change 7
7
Doctrine Cache Adapter
8
8
======================
9
9
10
+ .. deprecated :: 5.4
11
+
12
+ The ``DoctrineAdapter `` and ``DoctrineProvider `` classes were deprecated in Symfony 5.4
13
+ and it will be removed in Symfony 6.0.
14
+
10
15
This adapter wraps any class extending the `Doctrine Cache `_ abstract provider, allowing
11
16
you to use these providers in your application as if they were Symfony Cache adapters.
12
17
@@ -39,9 +44,4 @@ third parameters::
39
44
A :class: `Symfony\\ Component\\ Cache\\ DoctrineProvider ` class is also provided by the
40
45
component to use any PSR6-compatible implementations with Doctrine-compatible classes.
41
46
42
- .. deprecated :: 5.4
43
-
44
- The ``DoctrineProvider `` class was deprecated in Symfony 5.4 and it will
45
- be removed in Symfony 6.0.
46
-
47
47
.. _`Doctrine Cache` : https://github.com/doctrine/cache
You can’t perform that action at this time.
0 commit comments