Skip to content

Commit 46de392

Browse files
[Cache] Deprecate CouchbaseBucketAdapter
1 parent 54478c1 commit 46de392

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)