Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit868ab3f

Browse 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 CacheDocumentation forsymfony/symfony#42967Commits-------a4046bc Document the removal of Doctrine Cache
2 parentsc79a1e8 +a4046bc commit868ab3f

File tree

3 files changed

+4
-47
lines changed

3 files changed

+4
-47
lines changed

‎cache.rst‎

Lines 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 andPSR-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‎

Lines 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‎

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp