/**
  * Remove all items from the cache.
  *
  * @return void 
  * @static 
  */
 public static function flush()
 {
     \Illuminate\Cache\MemcachedStore::flush();
 }
Пример #2
0
 /**
  * {@inheritdoc}
  */
 protected function doFlush()
 {
     return $this->store->flush();
 }