/**
  * Executes the cache clear.
  * @param InputInterface $input
  * @param OutputInterface $output
  * @return void
  */
 protected function execute(InputInterface $input, OutputInterface $output)
 {
     $output->writeln('Clear the cache for ' . \WFP2Environment::getWebPath(true));
 }