Uses of Interface
org.glassfish.hk2.utilities.cache.CacheEntry
-
Packages that use CacheEntry Package Description org.glassfish.hk2.utilities.cache org.glassfish.hk2.utilities.cache.internal -
-
Uses of CacheEntry in org.glassfish.hk2.utilities.cache
Subinterfaces of CacheEntry in org.glassfish.hk2.utilities.cache Modifier and Type Interface Description interfaceHybridCacheEntry<V>Represents a single hybrid cache entry.Classes in org.glassfish.hk2.utilities.cache that implement CacheEntry Modifier and Type Class Description private classLRUHybridCache.HybridCacheEntryImpl<V1>Methods in org.glassfish.hk2.utilities.cache that return CacheEntry Modifier and Type Method Description abstract CacheEntryLRUCache. put(K key, V value)Adds the given key and value pair into the cache -
Uses of CacheEntry in org.glassfish.hk2.utilities.cache.internal
Classes in org.glassfish.hk2.utilities.cache.internal that implement CacheEntry Modifier and Type Class Description private static classLRUCacheCheapRead.CacheEntryImpl<K,V>Methods in org.glassfish.hk2.utilities.cache.internal that return CacheEntry Modifier and Type Method Description CacheEntryLRUCacheCheapRead. put(K key, V value)
-