/** * Resets the intern cache of this class. */ public static function reset() { self::$cacheLoaded = false; self::$clangs = []; }