public class ObjectCache<T> extends Object implements Supplier<T>
ObjectCache(Supplier<T> supplier, long cacheDuration, TimeUnit unit)
T
get()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ObjectCache(Supplier<T> supplier, long cacheDuration, TimeUnit unit)
public T get()
get
Supplier<T>
Copyright © 2017–2020 Apache Software Foundation. All rights reserved.