Skip to content

Commit

Permalink
Add the statistics to the ClearCacheTask
Browse files Browse the repository at this point in the history
  • Loading branch information
Xety committed Dec 12, 2016
1 parent 7271af3 commit b876b25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Shell/Task/ClearCacheTask.php
Expand Up @@ -16,6 +16,7 @@ public function main()
{
Cache::clear(false, '_cake_core_');
Cache::clear(false, 'database');
Cache::clear(false, 'statistics');
Cache::clear(false, 'acl');
$this->out('<info>The</info> "<error>deployer clear_cache</error>" <info>command has been executed successfully !</info>', 2);
}
Expand Down

0 comments on commit b876b25

Please sign in to comment.