| Package | Description |
|---|---|
| org.glassfish.hk2.utilities.cache | |
| org.glassfish.hk2.utilities.cache.internal |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HybridCacheEntry<V>
Represents a single hybrid cache entry.
|
| Modifier and Type | Class and Description |
|---|---|
private class |
LRUHybridCache.HybridCacheEntryImpl<V1> |
| Modifier and Type | Method and Description |
|---|---|
abstract CacheEntry |
LRUCache.put(K key,
V value)
Adds the given key and value pair into the cache
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
LRUCacheCheapRead.CacheEntryImpl<K,V> |
| Modifier and Type | Method and Description |
|---|---|
CacheEntry |
LRUCacheCheapRead.put(K key,
V value) |