Lavender\Cloud\Sina\Cache\MemcacheStore::flush PHP Method

flush() public method

Remove all items from the cache.
public flush ( ) : void
return void
    public function flush()
    {
        $this->memcache->flush();
    }