Uses of Interface
org.glassfish.hk2.utilities.cache.HybridCacheEntry
-
Packages that use HybridCacheEntry Package Description org.glassfish.hk2.utilities.cache -
-
Uses of HybridCacheEntry in org.glassfish.hk2.utilities.cache
Methods in org.glassfish.hk2.utilities.cache that return HybridCacheEntry Modifier and Type Method Description HybridCacheEntry<V>
LRUHybridCache. compute(K key)
HybridCacheEntry<V>
LRUHybridCache. createCacheEntry(K k, V v, boolean dropMe)
Create cache entry for given values.Constructor parameters in org.glassfish.hk2.utilities.cache with type arguments of type HybridCacheEntry Constructor Description LRUHybridCache(int maxCacheSize, Computable<K,HybridCacheEntry<V>> computable)
Create new cache with given computable to compute values.LRUHybridCache(int maxCacheSize, Computable<K,HybridCacheEntry<V>> computable, LRUHybridCache.CycleHandler<K> cycleHandler)
Create new cache with given computable and cycleHandler.
-