Interface WeakCache<K,​V>


  • public interface WeakCache<K,​V>
    • Method Detail

      • getIfPresent

        V getIfPresent​(K key)
      • getIfPresentOrCompute

        V getIfPresentOrCompute​(K key,
                                Callable<? extends V> loader)
      • put

        void put​(K key,
                 V value)