Uses of Interface
io.fluxcapacitor.common.MemoizingSupplier
Packages that use MemoizingSupplier
-
Uses of MemoizingSupplier in io.fluxcapacitor.common
Classes in io.fluxcapacitor.common that implement MemoizingSupplierModifier and TypeClassDescriptionclass
A default implementation of theMemoizingSupplier
interface that memoizes (caches) the result of a computation performed by a suppliedSupplier
.Methods in io.fluxcapacitor.common that return MemoizingSupplier -
Uses of MemoizingSupplier in io.fluxcapacitor.javaclient.common
Methods in io.fluxcapacitor.javaclient.common that return MemoizingSupplierModifier and TypeMethodDescriptionstatic <T> MemoizingSupplier
<T> Memoizes the given supplier using a default memoization strategy.static <T> MemoizingSupplier
<T> Memoizes the given supplier using a time-based lifespan and Flux’s internal clock.