Doctrine\Common\Cache\CouchbaseCache::getCouchbase PHP Method

getCouchbase() public method

Gets the Couchbase instance used by the cache.
public getCouchbase ( ) : Couchbas\Couchbase | null
return Couchbas\Couchbase | null
    public function getCouchbase()
    {
        return $this->couchbase;
    }