Platformsh\Cli\Command\ClearCacheCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('clear-cache')->setAliases(['clearcache', 'cc'])->setDescription('Clear the CLI cache');
    }
ClearCacheCommand