MatthiasMullie\Scrapbook\Scale\Shard::flush PHP Method

flush() public method

public flush ( )
    public function flush()
    {
        $result = true;
        foreach ($this->caches as $cache) {
            $result &= $cache->flush();
        }
        return (bool) $result;
    }