Uses of Interface
org.glassfish.jersey.internal.util.collection.Cache.CycleHandler
-
Packages that use Cache.CycleHandler Package Description org.glassfish.jersey.internal.util.collection Common set of Jersey collection classes. -
-
Uses of Cache.CycleHandler in org.glassfish.jersey.internal.util.collection
Constructors in org.glassfish.jersey.internal.util.collection with parameters of type Cache.CycleHandler Constructor Description Cache(Function<K,V> computable, Cache.CycleHandler<K> cycleHandler)Create new cache with given computable and cycle handler.
-