| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 23 | public function configure() |
||
| 24 | { |
||
| 25 | $this->setName('sonata:cache:flush-all'); |
||
| 26 | $this->setDescription('Flush all information set in cache managers'); |
||
| 27 | |||
| 28 | $this->addOption('cache', null, InputOption::VALUE_REQUIRED | InputOption::VALUE_IS_ARRAY, 'Flush elements stored in given cache'); |
||
| 29 | } |
||
| 30 | |||
| 55 |