Skip to content
Snippets Groups Projects
Commit ee9212d1 authored by Eddie Lau's avatar Eddie Lau
Browse files

MAGETWO-36066: Move dev/shell/cache.php

- fixed Cache clean flushing whole cache backend
parent 6d085327
Branches
No related merge requests found
......@@ -85,8 +85,7 @@ class Manager
public function clean(array $types)
{
foreach ($types as $type) {
$frontend = $this->pool->get($type);
$frontend->clean();
$this->cacheTypeList->cleanType($type);
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment