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

[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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 17, 2021
Merged
Show file tree
Hide file tree
Changes from all 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 deletion 2 cache.rst
Original file line number Diff line number Diff 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 and PSR-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 deletions 7 components/cache.rst
Original file line number Diff line number Diff 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 Down Expand 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 deletions 42 components/cache/adapters/doctrine_adapter.rst

This file was deleted.

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