Skip to content

Commit 6b9ff9f

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: [Cache] Fix Cache Couchbase duplicate page titles
2 parents 66faccc + 2a4693f commit 6b9ff9f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

components/cache/adapters/couchbasebucket_adapter.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
.. _couchbase-adapter:
66

7-
Couchbase Cache Adapter
8-
=======================
7+
Couchbase Bucket Cache Adapter
8+
==============================
99

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

components/cache/adapters/couchbasecollection_adapter.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
.. _couchbase-collection-adapter:
66

7-
Couchbase Cache Adapter
8-
=======================
7+
Couchbase Collection Cache Adapter
8+
==================================
99

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

0 commit comments

Comments
 (0)