Skip to content

Commit 1be5de5

Browse files
committed
minor #16367 [Cache] Fix Cache Couchbase duplicate page titles (RosemaryOrchard)
This PR was squashed before being merged into the 5.4 branch. Discussion ---------- [Cache] Fix Cache Couchbase duplicate page titles The [Cache Component](https://symfony.com/doc/5.4/components/cache.html) page seemed to have duplicate entries in the TOC, this resolves the problem by naming both pages properly. The issue appeared in the 5.4 docs and thereafter (as `CouchbaseCollectionAdapter` was added in 5.4), but not before. Commits ------- 0ec5a2c [Cache] Fix Cache Couchbase duplicate page titles
2 parents a7085ba + 0ec5a2c commit 1be5de5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/cache/adapters/couchbasebucket_adapter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
.. _couchbase-adapter:
66

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

1010
.. versionadded:: 5.1

components/cache/adapters/couchbasecollection_adapter.rst

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

55
.. _couchbase-collection-adapter:
66

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

1010
.. versionadded:: 5.4
1111

12-
The Couchbase Cache Adapter was introduced in Symfony 5.4.
12+
The CouchbaseCollectionAdapter was introduced in Symfony 5.4.
1313

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

0 commit comments

Comments
 (0)