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)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CopyOnWriteLeakyCache
public CopyOnWriteLeakyCache()
-
-
Method Details
-
computeIfAbsent
-