Skip to content
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
5 changes: 5 additions & 0 deletions cache.rst
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,11 @@ will create pools with service IDs that follow the pattern ``cache.[type]``.
;
};

.. deprecated:: 5.4

The ``default_doctrine_provider`` option was deprecated in Symfony 5.4 and
it will be removed in Symfony 6.0.

.. _cache-create-pools:

Creating Custom (Namespaced) Pools
Expand Down
5 changes: 5 additions & 0 deletions components/cache/adapters/doctrine_adapter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,9 @@ third parameters::
A :class:`Symfony\\Component\\Cache\\DoctrineProvider` class is also provided by the
component to use any PSR6-compatible implementations with Doctrine-compatible classes.

.. deprecated:: 5.4

The ``DoctrineProvider`` class was deprecated in Symfony 5.4 and it will
be removed in Symfony 6.0.

.. _`Doctrine Cache`: https://github.com/doctrine/cache