| 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 | Method and Description |
|---|---|
abstract CacheEntry |
LRUCache.put(K key,
V value)
Adds the given key and value pair into the cache
|
| Modifier and Type | Method and Description |
|---|---|
CacheEntry |
LRUCacheCheapRead.put(K key,
V value) |
Copyright © 2009-2014 Oracle Corporation. All Rights Reserved.