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