MDL-49572 cache: correctly purge cache on event

This commit is contained in:
Marina Glancy 2015-03-24 11:10:16 +08:00
parent b5dbb126f9
commit 2d1164800c

View File

@ -318,6 +318,8 @@ class cache_helper {
$definitionkey = $definition->get_component().'/'.$definition->get_area();
if (isset($inuse[$definitionkey])) {
$inuse[$definitionkey]->purge();
} else {
cache::make($definition->get_component(), $definition->get_area())->purge();
}
// We should only log events for application and session caches.