Class CachingValue<V>
- java.lang.Object
-
- ca.stellardrift.permissionsex.impl.util.CachingValue<V>
-
public final class CachingValue<V> extends Object
-
-
Constructor Summary
Constructors Constructor Description CachingValue(LongSupplier currentTime, long maxDelta, Supplier<V> updater)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Vget()voidrefresh()static <V> CachingValue<V>timeBased(long maxDelta, Supplier<V> updateFunc)Create a value that is cached for a certain amount of time.
-
-
-
Constructor Detail
-
CachingValue
public CachingValue(LongSupplier currentTime, long maxDelta, Supplier<V> updater)
-
-