diff --git a/cache/classes/loaders.php b/cache/classes/loaders.php index 6b1337f050d27..8cd7914d3e8c1 100644 --- a/cache/classes/loaders.php +++ b/cache/classes/loaders.php @@ -1284,6 +1284,13 @@ public static function compare_purge_tokens($tokena, $tokenb) { return -1; } } + + /** + * Subclasses may support purging cache of all data belonging to the + * current user. + */ + public function purge_current_user() { + } } /**