Uses of Interface
org.glassfish.hk2.utilities.cache.LRUHybridCache.CycleHandler
Packages that use LRUHybridCache.CycleHandler
-
Uses of LRUHybridCache.CycleHandler in org.glassfish.hk2.utilities.cache
Constructors in org.glassfish.hk2.utilities.cache with parameters of type LRUHybridCache.CycleHandlerModifierConstructorDescriptionLRUHybridCache(int maxCacheSize, Computable<K, HybridCacheEntry<V>> computable, LRUHybridCache.CycleHandler<K> cycleHandler) Create new cache with given computable and cycleHandler.