Package | Description |
---|---|
org.glassfish.hk2.utilities.cache |
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(Computable<K,V> computable,
Cache.CycleHandler<K> cycleHandler)
Create new cache with given computable and cycle handler.
|