We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CouchbaseBucketAdapter
1 parent 54478c1 commit 46de392Copy full SHA for 46de392
components/cache/adapters/couchbasebucket_adapter.rst
@@ -1,6 +1,12 @@
1
Couchbase Bucket Cache Adapter
2
==============================
3
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
10
This adapter stores the values in-memory using one (or more) `Couchbase server`_
11
instances. Unlike the :doc:`APCu adapter </components/cache/adapters/apcu_adapter>`, and similarly to the
12
:doc:`Memcached adapter </components/cache/adapters/memcached_adapter>`, it is not limited to the current server's
0 commit comments