Kirby\Cli\Command\Clear\Cache::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('clear:cache')->setDescription('Flushes the cache');
    }