public function CouchbaseCache::getCouchbase in Plug 7
Gets the Couchbase instance used by the cache.
Return value
Couchbase|null
File
- lib/
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;
}