Class SteamCache

java.lang.Object
tv.phantombot.cache.SteamCache

public class SteamCache extends Object
  • Method Details

    • instance

      public static SteamCache instance(String channelName)
      Method that returns this instance.
      Parameters:
      channelName -
      Returns:
    • getGameID

      public String getGameID(String gameName)
      Method that returns the game ID, or null if it doesn't exist.
      Parameters:
      gameName -
      Returns:
    • kill

      public void kill()
      Method that kills the run thread.