Class CopyOnWriteLeakyCache<K,​V>


  • public class CopyOnWriteLeakyCache<K,​V>
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      V computeIfAbsent​(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 Detail

      • CopyOnWriteLeakyCache

        public CopyOnWriteLeakyCache()
    • Method Detail

      • computeIfAbsent

        public V computeIfAbsent​(K key,
                                 java.util.function.Function<K,​V> computeFunction)