Package com.github.loki4j.client.util
Class Cache.UnboundAtomicMapCache<K,V>
- java.lang.Object
-
- com.github.loki4j.client.util.Cache.UnboundAtomicMapCache<K,V>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.github.loki4j.client.util.Cache
Cache.UnboundAtomicMapCache<K,V>
-
-
Constructor Summary
Constructors Constructor Description UnboundAtomicMapCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Vget(K key, java.util.function.Supplier<V> onMiss)Get the value from cache based by key.
-