CacheTool\Command\StatCacheClearCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('stat:clear')->setDescription('Clears the file status cache, including the realpath cache')->setHelp('');
    }
StatCacheClearCommand