public interface LocalCache<K,V>
| Modifier and Type | Method and Description |
|---|---|
void |
cleanUp() |
V |
get(K key,
Callable<? extends V> loader) |
V |
getIfPresent(K key) |
void |
invalidate(K key) |
void |
invalidateAll() |
void |
invalidateAll(Iterable<?> keys) |
void |
put(K key,
V value) |
long |
size() |
Copyright © 2016–2021 Softelnet. All rights reserved.