Uses of Class
com.sun.appserv.util.cache.BaseCache
Packages that use BaseCache
-
Uses of BaseCache in com.sun.appserv.util.cache
Subclasses of BaseCache in com.sun.appserv.util.cacheModifier and TypeClassDescriptionclassMultiLruCache -- in-memory bounded LRU cache with multiple LRU lists Underlying Hashtable is made into logical segments, with each segment having its own LRU list.classLRUCache in-memory bounded cache with an LRU listclassMultiLruCache -- 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 BaseCache in com.sun.appserv.util.cache.mbeans
Constructors in com.sun.appserv.util.cache.mbeans with parameters of type BaseCache