| Package | Description |
|---|---|
| org.glassfish.hk2.utilities.cache | |
| org.glassfish.hk2.utilities.cache.internal |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> LRUCache<K,V> |
LRUCache.createCache(int maxCacheSize)
Creates a cache with the given maximum cache size
|
| Modifier and Type | Class and Description |
|---|---|
class |
LRUCacheCheapRead<K,V>
LRU Cache implementation that relies on entries that keep
last hit (get/put) timestamp in order to be able to remove least recently
accessed items when running out of cache capacity.
|
Copyright © 2009-2013 Oracle Corporation. All Rights Reserved.