The class Doctrine\Common\Cache\CouchbaseCache has been deprecated with message: Couchbase SDK 1.x is now deprecated. Use \Doctrine\Common\Cache\CouchbaseBucketCache instead. https://developer.couchbase.com/documentation/server/current/sdk/php/compatibility-versions-features.html
This class, trait or interface has been deprecated. The supplier of the file has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the type will be
removed from the class and what other constant to use instead.
Loading history...
32
$client->setCouchbase($couchbase);
33
34
return new DoctrineCachePool($client);
35
}
36
37
/**
38
* {@inheritdoc}
39
*/
40
protected static function configureOptionResolver(OptionsResolver $resolver)
This class, trait or interface has been deprecated. The supplier of the file has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the type will be removed from the class and what other constant to use instead.