Uses of Class
org.glassfish.hk2.utilities.cache.internal.LRUCacheCheapRead.CacheEntryImpl
-
Packages that use LRUCacheCheapRead.CacheEntryImpl Package Description org.glassfish.hk2.utilities.cache.internal -
-
Uses of LRUCacheCheapRead.CacheEntryImpl in org.glassfish.hk2.utilities.cache.internal
Fields in org.glassfish.hk2.utilities.cache.internal with type parameters of type LRUCacheCheapRead.CacheEntryImpl Modifier and Type Field Description (package private) java.util.Map<K,LRUCacheCheapRead.CacheEntryImpl<K,V>>
LRUCacheCheapRead. cache
Methods in org.glassfish.hk2.utilities.cache.internal that return LRUCacheCheapRead.CacheEntryImpl Modifier and Type Method Description LRUCacheCheapRead.CacheEntryImpl<K,V>
LRUCacheCheapRead.CacheEntryImpl. hit()
Methods in org.glassfish.hk2.utilities.cache.internal with parameters of type LRUCacheCheapRead.CacheEntryImpl Modifier and Type Method Description int
LRUCacheCheapRead.CacheEntryImplComparator. compare(LRUCacheCheapRead.CacheEntryImpl<?,?> first, LRUCacheCheapRead.CacheEntryImpl<?,?> second)
-