/**
  * Clears the group cache
  */
 public static function clearCache()
 {
     self::$steamGroups = array();
 }