Package | Description |
---|---|
org.glassfish.jersey.internal.util.collection |
Common set of Jersey collection classes.
|
Modifier and Type | Field and Description |
---|---|
private Cache.CycleHandler<K> |
Cache.cycleHandler |
private static Cache.CycleHandler<java.lang.Object> |
Cache.EMPTY_HANDLER |
Constructor and Description |
---|
Cache(java.util.function.Function<K,V> computable,
Cache.CycleHandler<K> cycleHandler)
Create new cache with given computable and cycle handler.
|