public interface Cache<K,V>
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_LRU_CAPACITY |
| Modifier and Type | Method and Description |
|---|---|
V |
get(K key,
java.util.function.Function<K,V> constructor) |
static final int DEFAULT_LRU_CAPACITY