public interface FSCacheEx<K,V>
V
get(K key)
get(K key, Callable<? extends V> loader)
void
put(K key, V value)
void put(K key, V value)
V get(K key, Callable<? extends V> loader)
V get(K key)
Copyright © 2018. All rights reserved.