Command for cleaning cache
@api
- Since
- 100.0.2
Definition at line 15 of file CacheCleanCommand.php.
◆ configure()
{}
Definition at line 20 of file CacheCleanCommand.php.
22 $this->setName(
'cache:clean');
23 $this->setDescription(
'Cleans cache type(s)');
◆ getDisplayMessage()
◆ performAction()
performAction |
( |
array |
$cacheTypes | ) |
|
|
protected |
Cleans cache types
- Parameters
-
- Returns
- void
Definition at line 33 of file CacheCleanCommand.php.
35 $this->eventManager->dispatch(
'adminhtml_cache_flush_system');
36 $this->cacheManager->clean($cacheTypes);
The documentation for this class was generated from the following file: