Class CopyOnWriteLeakyCache<K,V>

java.lang.Object
org.teamapps.dto.CopyOnWriteLeakyCache<K,V>

public class CopyOnWriteLeakyCache<K,V> extends Object
  • Constructor Details

    • CopyOnWriteLeakyCache

      public CopyOnWriteLeakyCache()
  • Method Details

    • computeIfAbsent

      public V computeIfAbsent(K key, Function<K,V> computeFunction)