class ClearCacheCommand extends BaseCacheCommand

Properties

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

Methods

getCommandName()

No description

configure()

{@inheritdoc}

initClient(InputInterface $input)

No description

execute(InputInterface $input, OutputInterface $output)

{@inheritdoc}

Details

at line 23
protected getCommandName()

in BaseCacheCommand at line 46
protected configure()

{@inheritdoc}

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

Parameters

InputInterface $input

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

{@inheritdoc}

Parameters

InputInterface $input
OutputInterface $output