public class ModelCache
extends java.lang.Object
| Constructor and Description |
|---|
ModelCache() |
| Modifier and Type | Method and Description |
|---|---|
<K,V> V |
computeIfAbsent(K key,
java.util.function.Function<K,V> mappingFunction)
Conceptually the same as
Map.computeIfAbsent(Object, Function) except that this
method is synchronized and re-entrant. |