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 interface
HybridCacheEntry<V>
Represents a single hybrid cache entry.Classes in org.glassfish.hk2.utilities.cache that implement CacheEntry Modifier and Type Class Description private class
LRUHybridCache.HybridCacheEntryImpl<V1>
Methods in org.glassfish.hk2.utilities.cache that return CacheEntry Modifier and Type Method Description abstract CacheEntry
LRUCache. 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 class
LRUCacheCheapRead.CacheEntryImpl<K,V>
Methods in org.glassfish.hk2.utilities.cache.internal that return CacheEntry Modifier and Type Method Description CacheEntry
LRUCacheCheapRead. put(K key, V value)
-