From 0ec5a2cff34dd84e50263efb591d4ba079f7f653 Mon Sep 17 00:00:00 2001 From: Rosemary Orchard <16113535+RosemaryOrchard@users.noreply.github.com> Date: Mon, 3 Jan 2022 20:05:07 +0000 Subject: [PATCH] [Cache] Fix Cache Couchbase duplicate page titles --- components/cache/adapters/couchbasebucket_adapter.rst | 2 +- components/cache/adapters/couchbasecollection_adapter.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/cache/adapters/couchbasebucket_adapter.rst b/components/cache/adapters/couchbasebucket_adapter.rst index 9ab637eb38b..898f06c45a4 100644 --- a/components/cache/adapters/couchbasebucket_adapter.rst +++ b/components/cache/adapters/couchbasebucket_adapter.rst @@ -4,7 +4,7 @@ .. _couchbase-adapter: -Couchbase Cache Adapter +Couchbase Bucket Cache Adapter ======================= .. versionadded:: 5.1 diff --git a/components/cache/adapters/couchbasecollection_adapter.rst b/components/cache/adapters/couchbasecollection_adapter.rst index f3aff72e6ac..23cd24d565b 100644 --- a/components/cache/adapters/couchbasecollection_adapter.rst +++ b/components/cache/adapters/couchbasecollection_adapter.rst @@ -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 `, and similarly to the