class WarmUpCacheCommand extends BaseCacheCommand

Properties

protected ClientInterface $client from BaseCacheCommand
protected ResourcePoolInterface $resourcePool from BaseCacheCommand
protected CacheItemPoolInterface $cacheItemPool from BaseCacheCommand

Methods

string
getCommandName()

No description

configure()

{@inheritdoc}

initClient(InputInterface $input)

No description

execute(InputInterface $input, OutputInterface $output)

{@inheritdoc}

Details

at line 23
protected string getCommandName()

Return Value

string

in BaseCacheCommand at line 49
protected configure()

{@inheritdoc}

in BaseCacheCommand at line 70
protected initClient(InputInterface $input)

Parameters

InputInterface $input

at line 31
protected execute(InputInterface $input, OutputInterface $output)

{@inheritdoc}

Parameters

InputInterface $input
OutputInterface $output