/**
  * Clears the Steam ID cache
  */
 public static function clearCache()
 {
     self::$steamIds = array();
 }