public function CouchbaseCache::getCouchbase in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/doctrine/cache/lib/Doctrine/Common/Cache/CouchbaseCache.php \Doctrine\Common\Cache\CouchbaseCache::getCouchbase()
Gets the Couchbase instance used by the cache.
Return value
Couchbase|null
File
- vendor/
doctrine/ cache/ lib/ Doctrine/ Common/ Cache/ CouchbaseCache.php, line 55
Class
- CouchbaseCache
- Couchbase cache provider.
Namespace
Doctrine\Common\CacheCode
public function getCouchbase() {
return $this->couchbase;
}