Doctrine\Common\Cache\CouchbaseCache::getCouchbase PHP 메소드

getCouchbase() 공개 메소드

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