MDL-49572 cache: correctly purge cache on event
This commit is contained in:
Vendored
+2
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user