Lavender\Cloud\Sina\Cache\MemcacheStore::flush PHP Méthode

flush() public méthode

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