Uses of Class
org.glassfish.hk2.utilities.cache.LRUCache

Packages that use LRUCache
org.glassfish.hk2.utilities.cache   
org.glassfish.hk2.utilities.cache.internal   
 

Uses of LRUCache in org.glassfish.hk2.utilities.cache
 

Methods in org.glassfish.hk2.utilities.cache that return LRUCache
static
<K,V> LRUCache<K,V>
LRUCache.createCache(int maxCacheSize)
          Creates a cache with the given maximum cache size
 

Uses of LRUCache in org.glassfish.hk2.utilities.cache.internal
 

Subclasses of LRUCache in org.glassfish.hk2.utilities.cache.internal
 class LRUCacheImpl<K,V>
          The implementation of the LRUCache
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.