Package org.teamapps.dto
Class CopyOnWriteLeakyCache<K,V>
- java.lang.Object
-
- org.teamapps.dto.CopyOnWriteLeakyCache<K,V>
-
public class CopyOnWriteLeakyCache<K,V> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CopyOnWriteLeakyCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VcomputeIfAbsent(K key, java.util.function.Function<K,V> computeFunction)
-