| Package | Description |
|---|---|
| org.glassfish.hk2.utilities.cache | |
| org.glassfish.hk2.utilities.cache.internal |
| 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 |
LRUCacheImpl.put(K key,
V value) |
Copyright © 2013 Oracle Corporation. All Rights Reserved.