Class CachingSupplier<T>
java.lang.Object
com.djrapitops.plan.delivery.domain.container.CachingSupplier<T>
- All Implemented Interfaces:
Supplier<T>
-
Constructor Summary
ConstructorsConstructorDescriptionCachingSupplier(Supplier<T> original) CachingSupplier(Supplier<T> original, long timeToLive) -
Method Summary
-
Constructor Details
-
CachingSupplier
-
CachingSupplier
-
-
Method Details
-
get
-