Class LRUCache.CacheEntry<K,​V>

  • Enclosing class:
    LRUCache<K,​V>

    public static final class LRUCache.CacheEntry<K,​V>
    extends Object
    • Method Detail

      • setValue

        public void setValue​(V value)
      • getValue

        public V getValue()
      • hit

        public int hit()
      • key

        public K key()
      • getExpires

        public long getExpires()