Class CachingSupplier<T>
java.lang.Object
com.djrapitops.plan.delivery.domain.container.CachingSupplier<T>
- All Implemented Interfaces:
Supplier<T>
Caching layer between Supplier and caller.
Refreshes the value if 30 seconds have passed since the last call.
-
Constructor Summary
ConstructorDescriptionCachingSupplier(Supplier<T> original)
CachingSupplier(Supplier<T> original, long timeToLive)
-
Method Summary