Interface Cache<K,​V>

    • Method Detail

      • containsKey

        boolean containsKey​(K key)
      • get

        V get​(K key)
      • put

        void put​(K key,
                 V value)