Ejemplo n.º 1
0
 /**
  * Remove all items from the cache.
  *
  * @return void
  */
 protected function flushItems()
 {
     $this->files->cleanDirectory($this->directory);
 }