Uses of Class
com.sun.appserv.util.cache.BaseCache
-
-
Uses of BaseCache in com.sun.appserv.util.cache
Subclasses of BaseCache in com.sun.appserv.util.cache Modifier and Type Class Description classBoundedMultiLruCacheMultiLruCache -- in-memory bounded LRU cache with multiple LRU lists Underlying Hashtable is made into logical segments, with each segment having its own LRU list.classLruCacheLRUCache in-memory bounded cache with an LRU listclassMultiLruCacheMultiLruCache -- 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 Constructor Description JmxBaseCache(BaseCache baseCache, String name) -
Uses of BaseCache in com.sun.ejb.containers.util.cache
Subclasses of BaseCache in com.sun.ejb.containers.util.cache Modifier and Type Class Description classFIFOSessionCacheclassLruEJBCacheLRUCache in-memory bounded cache with an LRU listclassLruSessionCacheclassNRUSessionCacheclassUnBoundedSessionCache -
Uses of BaseCache in org.glassfish.persistence.ejb.entitybean.container.cache
Subclasses of BaseCache in org.glassfish.persistence.ejb.entitybean.container.cache Modifier and Type Class Description classFIFOEJBObjectCacheA FIFO EJB(Local)Object cache that maintains reference countclassUnboundedEJBObjectCacheAn EJB(Local)Object cache that does not impose any limit on the number of entries -
Uses of BaseCache in org.glassfish.web.ha.session.management
Methods in org.glassfish.web.ha.session.management that return BaseCache Modifier and Type Method Description BaseCacheReplicationStore. getSessions()Methods in org.glassfish.web.ha.session.management with parameters of type BaseCache Modifier and Type Method Description voidReplicationStore. setSessions(BaseCache sesstable)
-