Skip to content

[Cache] Fix Cache Couchbase duplicate page titles #16367

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
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 components/cache/adapters/couchbasebucket_adapter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

.. _couchbase-adapter:

Couchbase Cache Adapter
Couchbase Bucket Cache Adapter
=======================

.. versionadded:: 5.1
Expand Down
4 changes: 2 additions & 2 deletions components/cache/adapters/couchbasecollection_adapter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

.. _couchbase-collection-adapter:

Couchbase Cache Adapter
Couchbase Collection Cache Adapter
=======================

.. versionadded:: 5.4

The Couchbase Cache Adapter was introduced in Symfony 5.4.
The CouchbaseCollectionAdapter was introduced in Symfony 5.4.

This adapter stores the values in-memory using one (or more) `Couchbase server`_
instances. Unlike the :ref:`APCu adapter <apcu-adapter>`, and similarly to the
Expand Down