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.
1 parent ac7aec4 commit ff4c78aCopy full SHA for ff4c78a
components/cache/adapters/couchbasecollection_adapter.rst
@@ -2,7 +2,7 @@
2
single: Cache Pool
3
single: Couchabase Cache
4
5
-.. _couchbase-adapter:
+.. _couchbase-collection-adapter:
6
7
Couchbase Cache Adapter
8
=======================
@@ -79,7 +79,7 @@ helper method also accepts an array of options as its second argument. The
79
expected format is an associative array of ``key => value`` pairs representing
80
option names and their respective values::
81
82
- use Symfony\Component\Cache\Adapter\CouchbaseBucketAdapter;
+ use Symfony\Component\Cache\Adapter\CouchbaseCollectionAdapter;
83
84
$client = CouchbaseCollectionAdapter::createConnection(
85
// a DSN string or an array of DSN strings
0 commit comments