Microweber\Utils\Adapters\Cache\CacheStore::flush PHP Method

flush() public method

Remove all items from the cache.
public flush ( $all = false )
    public function flush($all = false)
    {
        return $this->adapter->flush($all);
    }