Doctrine\Common\Cache\MemcacheCache::getMemcache PHP Method

getMemcache() public method

Gets the memcache instance used by the cache.
public getMemcache ( ) : Memcach\Memcache | null
return Memcach\Memcache | null
    public function getMemcache()
    {
        return $this->memcache;
    }