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 |
LRUCacheImpl<K,V>
The implementation of the LRUCache
|
Copyright © 2013 Oracle Corporation. All rights reserved.