Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 868ab3f

Browse filesBrowse files
committed
minor #15790 [Cache] Document the removal of Doctrine Cache (derrabus)
This PR was merged into the 6.0 branch. Discussion ---------- [Cache] Document the removal of Doctrine Cache Documentation for symfony/symfony#42967 Commits ------- a4046bc Document the removal of Doctrine Cache
2 parents c79a1e8 + a4046bc commit 868ab3f
Copy full SHA for 868ab3f

File tree

3 files changed

+4
-47
lines changed
Filter options

3 files changed

+4
-47
lines changed

‎cache.rst

Copy file name to clipboardExpand all lines: cache.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The following example shows a typical usage of the cache::
2727
// ... and to remove the cache key
2828
$pool->delete('my_cache_key');
2929

30-
Symfony supports Cache Contracts, PSR-6/16 and Doctrine Cache interfaces.
30+
Symfony supports Cache Contracts and PSR-6/16 interfaces.
3131
You can read more about these at the :doc:`component documentation </components/cache>`.
3232

3333
.. deprecated:: 5.4

‎components/cache.rst

Copy file name to clipboardExpand all lines: components/cache.rst
+3-4Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ The Cache Component
1616

1717
.. tip::
1818

19-
The component also contains adapters to convert between PSR-6, PSR-16 and
20-
Doctrine caches. See :doc:`/components/cache/psr6_psr16_adapters` and
21-
:doc:`/components/cache/adapters/doctrine_adapter`.
19+
The component also contains adapters to convert between PSR-6 and PSR-16.
20+
See :doc:`/components/cache/psr6_psr16_adapters`.
2221

2322
.. deprecated:: 5.4
2423

@@ -164,7 +163,7 @@ concepts:
164163
**Adapter**
165164
It implements the actual caching mechanism to store the information in the
166165
filesystem, in a database, etc. The component provides several ready to use
167-
adapters for common caching backends (Redis, APCu, Doctrine, PDO, etc.)
166+
adapters for common caching backends (Redis, APCu, PDO, etc.)
168167

169168
Basic Usage (PSR-6)
170169
-------------------

‎components/cache/adapters/doctrine_adapter.rst

Copy file name to clipboardExpand all lines: components/cache/adapters/doctrine_adapter.rst
-42Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.