Doctrine\Common\Cache\MemcacheCache::doFlush PHP 메소드

doFlush() 보호된 메소드

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