Uses of Interface
org.glassfish.hk2.utilities.cache.Cache.CycleHandler
Packages that use Cache.CycleHandler
-
Uses of Cache.CycleHandler in org.glassfish.hk2.utilities.cache
Constructors in org.glassfish.hk2.utilities.cache with parameters of type Cache.CycleHandlerModifierConstructorDescriptionCache(Computable<K, V> computable, Cache.CycleHandler<K> cycleHandler) Create new cache with given computable and cycle handler.