/**
  * Clears all caches
  */
 public function clearAll()
 {
     $this->cache->flushAll();
     return 'Done' . PHP_EOL;
 }