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