/**
  * Flush the whole storage
  *
  * @return bool
  */
 public function flush()
 {
     return $this->cache->dropCache();
 }