| 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 WeakHashLRU<K> |
WeakCARCacheImpl.b1 |
private WeakHashLRU<K> |
WeakCARCacheImpl.b2 |
| Modifier and Type | Method and Description |
|---|---|
static <K> WeakHashLRU<K> |
GeneralUtilities.getWeakHashLRU(boolean isWeak)
Creates a weak hash clock
|
| Modifier and Type | Class and Description |
|---|---|
class |
WeakHashLRUImpl<K>
An implementation of the WeakHashLRU as needed by the CAR algorithm
|