Uses of Class
com.sun.appserv.util.cache.LruCache
-
Packages that use LruCache Package Description com.sun.appserv.util.cache.mbeans com.sun.ejb.containers.util.cache org.glassfish.persistence.ejb.entitybean.container.cache -
-
Uses of LruCache in com.sun.appserv.util.cache.mbeans
Constructors in com.sun.appserv.util.cache.mbeans with parameters of type LruCache Constructor Description JmxLruCache(LruCache lruCache, String name) -
Uses of LruCache in com.sun.ejb.containers.util.cache
Subclasses of LruCache in com.sun.ejb.containers.util.cache Modifier and Type Class Description classFIFOSessionCacheclassLruEJBCacheLRUCache in-memory bounded cache with an LRU listclassLruSessionCacheclassNRUSessionCacheclassUnBoundedSessionCache -
Uses of LruCache in org.glassfish.persistence.ejb.entitybean.container.cache
Subclasses of LruCache in org.glassfish.persistence.ejb.entitybean.container.cache Modifier and Type Class Description classFIFOEJBObjectCacheA FIFO EJB(Local)Object cache that maintains reference count
-