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

[Cache] Document the removal of Doctrine Cache#15790

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
javiereguiluz merged 1 commit intosymfony:6.0fromderrabus:remove/doctrine-cache
Sep 17, 2021
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletioncache.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -27,7 +27,7 @@ The following example shows a typical usage of the cache::
// ... and to remove the cache key
$pool->delete('my_cache_key');

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

..deprecated::5.4
Expand Down
7 changes: 3 additions & 4 deletionscomponents/cache.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -16,9 +16,8 @@ The Cache Component

.. tip::

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

.. deprecated:: 5.4

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

Basic Usage (PSR-6)
-------------------
Expand Down
42 changes: 0 additions & 42 deletionscomponents/cache/adapters/doctrine_adapter.rst
View file
Open in desktop

This file was deleted.


[8]ページ先頭

©2009-2025 Movatter.jp