Ejemplo n.º 1
0
 /**
  * Flush the cache. Deletes all the cache files.
  */
 public function clear()
 {
     $this->cache->clean();
 }