Package | Description |
---|---|
org.glassfish.hk2.utilities.cache.internal | |
org.glassfish.hk2.utilities.general | |
org.glassfish.hk2.utilities.general.internal |
Modifier and Type | Field and Description |
---|---|
private WeakHashClock<K,WeakCARCacheImpl.CarValue<V>> |
WeakCARCacheImpl.t1 |
private WeakHashClock<K,WeakCARCacheImpl.CarValue<V>> |
WeakCARCacheImpl.t2 |
Modifier and Type | Method and Description |
---|---|
static <K,V> WeakHashClock<K,V> |
GeneralUtilities.getWeakHashClock(boolean isWeak)
Creates a weak hash clock
|
Modifier and Type | Class and Description |
---|---|
class |
WeakHashClockImpl<K,V>
Implementation of WeakHashClock as needed by the CAR algorithm
|