Class LRUCacheCheapRead.CacheEntryImpl<K,V>

java.lang.Object
org.glassfish.hk2.utilities.cache.internal.LRUCacheCheapRead.CacheEntryImpl<K,V>
All Implemented Interfaces:
CacheEntry
Enclosing class:
LRUCacheCheapRead<K,V>

private static class LRUCacheCheapRead.CacheEntryImpl<K,V> extends Object implements CacheEntry
  • Field Details

    • key

      final K key
    • value

      final V value
    • parent

      final LRUCacheCheapRead<K,V> parent
    • lastHit

      long lastHit
  • Constructor Details

  • Method Details