/**
  * Reset the cache to enable a rebuild.
  *
  * @return self
  */
 public function reset()
 {
     $this->cache->reset();
     return $this;
 }