Skip to content

Navigation Menu

Sign in
Appearance settings

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 a4046bc

Browse filesBrowse files
derrabusjaviereguiluz
authored andcommitted
Document the removal of Doctrine Cache
1 parent c79a1e8 commit a4046bc
Copy full SHA for a4046bc

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.