Nette\Caching\Storages\MemcachedStorage::getConnection PHP Method

getConnection() public method

public getConnection ( ) : Memcache
return Memcache
    public function getConnection()
    {
        return $this->memcache;
    }