Cache\Adapter\Memcache\MemcacheCachePool::clearAllObjectsFromCache PHP Method

clearAllObjectsFromCache() protected method

protected clearAllObjectsFromCache ( )
    protected function clearAllObjectsFromCache()
    {
        return $this->cache->flush();
    }