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