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

doFlush() protected method

protected doFlush ( )
    protected function doFlush()
    {
        return $this->memcache->flush();
    }