Uses of Class
com.caucho.util.LongKeyLruCache

Packages that use LongKeyLruCache
com.caucho.util Assorted utilities 
 

Uses of LongKeyLruCache in com.caucho.util
 

Methods in com.caucho.util that return LongKeyLruCache
 LongKeyLruCache<V> LongKeyLruCache.ensureCapacity(int newCapacity)
          Ensure the cache can contain the given value.
 LongKeyLruCache<V> LongKeyLruCache.setCapacity(int newCapacity)