public interface LocalLoadingCache<K,V> extends LocalCache<K,V>
| Modifier and Type | Method and Description |
|---|---|
V |
get(K key) |
Map<K,V> |
getAll(Iterable<? extends K> keys) |
void |
refresh(K key) |
cleanUp, get, getIfPresent, invalidate, invalidateAll, invalidateAll, put, sizeCopyright © 2016–2020 Softelnet. All rights reserved.