| Package | Description |
|---|---|
| org.glassfish.hk2.utilities.cache |
| Modifier and Type | Class and Description |
|---|---|
class |
Cache<K,V>
Cache implementation that relies on FutureTask.
|
| Constructor and Description |
|---|
Cache(Computable<K,V> computable)
Create new cache with given computable to compute values.
|
Cache(Computable<K,V> computable,
Cache.CycleHandler<K> cycleHandler)
Create new cache with given computable and cycleHandler.
|
Copyright © 2009-2013 Oracle Corporation. All Rights Reserved.