/**
  * Execute the console command.
  *
  * @return void
  */
 public function fire()
 {
     Pochika::clearCache();
     /*
     $dir = Renderer::getCacheDir();
     if (file_exists($dir)) {
         $this->rrmdir($dir);
     }
     mkdir($dir, 0777);
     chmod($dir, 0777);
     */
 }