class ConcurrentSizedTimeoutCache
com.hypixel.hytale.server.worldgen.util.cache
Methods: void run(); void shutdown(); void cleanup(); V get(K)
class SizedTimeoutCache
com.hypixel.hytale.server.worldgen.util.cache
Methods: void cleanup(); void shutdown(); V get(K); void put(K, V); V getWithReusedKey(K, java.util.function.Function<K, K>)
class TimeoutCache
com.hypixel.hytale.server.worldgen.util.cache
Methods: void cleanup(); void shutdown(); V get(K)