Package org.zkoss.zel.impl.util
Class ConcurrentCache<K,V>
- java.lang.Object
-
- org.zkoss.zel.impl.util.ConcurrentCache<K,V>
-
public final class ConcurrentCache<K,V> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ConcurrentCache(int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VcomputeIfAbsent(K key, java.util.function.Function<? super K,? extends V> mappingFunction)Vget(K k)voidput(K k, V v)VputIfAbsent(K key, V value)
-