/**
  *  Flush the cache.
  */
 public function flush()
 {
     $this->cache->flush();
 }