Skip to content

Commit c62f3ae

Browse files
committed
minor #19285 [Cache] Deprecate CouchbaseBucketAdapter (alexandre-daubois)
This PR was merged into the 7.1 branch. Discussion ---------- [Cache] Deprecate `CouchbaseBucketAdapter` Fix #19280 Commits ------- 46de392 [Cache] Deprecate `CouchbaseBucketAdapter`
2 parents 39792cd + 46de392 commit c62f3ae

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

components/cache/adapters/couchbasebucket_adapter.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Couchbase Bucket Cache Adapter
22
==============================
33

4+
.. deprecated:: 7.1
5+
6+
The ``CouchbaseBucketAdapter`` is deprecated since Symfony 7.1, use the
7+
:doc:`CouchbaseCollectionAdapter </components/cache/adapters/couchbasecollection_adapter>`
8+
instead.
9+
410
This adapter stores the values in-memory using one (or more) `Couchbase server`_
511
instances. Unlike the :doc:`APCu adapter </components/cache/adapters/apcu_adapter>`, and similarly to the
612
:doc:`Memcached adapter </components/cache/adapters/memcached_adapter>`, it is not limited to the current server's

0 commit comments

Comments
 (0)