Inheritance: extends ApcKeyFetchCommand
 /**
  * {@inheritdoc}
  */
 protected function configure()
 {
     parent::configure();
     $this->setName('cachetool:apc:key:exists');
 }