/** * Clear cache */ public static function clearCache() { self::$current_user = NULL; self::$roleconfig_cache = array(); }