Uses of Class
com.sun.appserv.util.cache.MultiLruCache

Packages that use MultiLruCache
com.sun.appserv.util.cache   
com.sun.appserv.util.cache.mbeans   
 

Uses of MultiLruCache in com.sun.appserv.util.cache
 

Subclasses of MultiLruCache in com.sun.appserv.util.cache
 class BoundedMultiLruCache
          MultiLruCache -- in-memory bounded LRU cache with multiple LRU lists Underlying Hashtable is made into logical segments, with each segment having its own LRU list.
 

Uses of MultiLruCache in com.sun.appserv.util.cache.mbeans
 

Constructors in com.sun.appserv.util.cache.mbeans with parameters of type MultiLruCache
JmxMultiLruCache(MultiLruCache multiLruCache, String name)
           
 



Copyright © 2008 Mort Bay Consulting. All Rights Reserved.