Package | Description |
---|---|
org.glassfish.hk2.utilities.cache | |
org.glassfish.hk2.utilities.cache.internal | |
org.jvnet.hk2.internal |
Modifier and Type | Method and Description |
---|---|
static <K,V> WeakCARCache<K,V> |
CacheUtilities.createWeakCARCache(Computable<K,V> computable,
int maxSize,
boolean isWeak)
Returns a WEAKCarCache with the given computable and the given maximum value size of the cache.
|
Modifier and Type | Class and Description |
---|---|
class |
WeakCARCacheImpl<K,V>
Implements the CAR algorithm as found here:
http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.105.6057
|
Modifier and Type | Field and Description |
---|---|
private WeakCARCache<ServiceLocatorImpl.IgdCacheKey,ServiceLocatorImpl.IgdValue> |
ServiceLocatorImpl.igashCache |
private WeakCARCache<ServiceLocatorImpl.IgdCacheKey,ServiceLocatorImpl.IgdValue> |
ServiceLocatorImpl.igdCache |