public class CacheLoaderSupplier<K,V> extends Object implements Supplier<V>
CacheLoaderSupplier(K key, CacheLoader<? super K,? extends V> loader)
V
get()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CacheLoaderSupplier(K key, CacheLoader<? super K,? extends V> loader)
public V get()
Supplier
get
Supplier<V>
Copyright © 2018 Atlassian. All rights reserved.