Interface Cache<K,​V>

    • Method Detail

      • get

        V get​(K key,
              java.util.function.Function<K,​V> constructor)