public class SingleCache<T> extends Object implements Supplier<T>
SingleCache(Duration timeToLive, Supplier<T> supplier)
void
clear()
T
get()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SingleCache(Duration timeToLive, Supplier<T> supplier)
public T get()
get
Supplier<T>
public void clear()
Copyright © 2020. All rights reserved.