Class GlobalBeanCache

java.lang.Object
org.geysermc.floodgate.core.util.GlobalBeanCache

public class GlobalBeanCache extends Object
  • Constructor Details

    • GlobalBeanCache

      public GlobalBeanCache()
  • Method Details

    • cacheIfAbsent

      public static <T> T cacheIfAbsent(String id, Supplier<T> object)
    • get

      public static <T> T get(String id)