Merge branch 'MDL-64719-purge_user_cache' of git://github.com/leonstr/moodle

This commit is contained in:
Adrian Greeve
2019-04-11 13:38:08 +08:00
+7
View File
@@ -1284,6 +1284,13 @@ class cache implements cache_loader {
return -1;
}
}
/**
* Subclasses may support purging cache of all data belonging to the
* current user.
*/
public function purge_current_user() {
}
}
/**