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
Modifier and Type Method Description VcomputeIfAbsent(K key, java.util.function.Function<K,V> computeFunction)
-
Constructor Details
-
CopyOnWriteLeakyCache
public CopyOnWriteLeakyCache()
-
-
Method Details