public class CachingSupplier<T> extends Object implements Supplier<T>
CachingSupplier(Duration cachingDuration, Ticker ticker, Supplier<T> targetSupplier)
T
get()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CachingSupplier(Duration cachingDuration, Ticker ticker, Supplier<T> targetSupplier)
public final T get()
get
Supplier<T>
Copyright © 2020. All rights reserved.