Package io.manebot.cache
Class CachedValue<T>
- java.lang.Object
-
- io.manebot.cache.CachedValue<T>
-
public class CachedValue<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CachedValue(long timeoutMs, java.util.function.Supplier<T> supplier)
-