Uses of Class
com.sun.appserv.util.cache.LruCache.LruCacheItem
-
Packages that use LruCache.LruCacheItem Package Description com.sun.appserv.util.cache com.sun.ejb.containers.util.cache org.glassfish.persistence.ejb.entitybean.container.cache -
-
Uses of LruCache.LruCacheItem in com.sun.appserv.util.cache
Fields in com.sun.appserv.util.cache declared as LruCache.LruCacheItem Modifier and Type Field Description protected LruCache.LruCacheItemLruCache. headprotected LruCache.LruCacheItemLruCache.LruCacheItem. lNextprotected LruCache.LruCacheItemLruCache.LruCacheItem. lPrevprotected LruCache.LruCacheItemLruCache. tailMethods in com.sun.appserv.util.cache that return LruCache.LruCacheItem Modifier and Type Method Description LruCache.LruCacheItemLruCache.LruCacheItem. getLNext()Return the next itemLruCache.LruCacheItemLruCache.LruCacheItem. getLPrev()Return the previous itemMethods in com.sun.appserv.util.cache with parameters of type LruCache.LruCacheItem Modifier and Type Method Description voidLruCache.LruCacheItem. setLNext(LruCache.LruCacheItem item)Reset the next item referencevoidLruCache.LruCacheItem. setLPrev(LruCache.LruCacheItem item)Reset the previous item reference -
Uses of LruCache.LruCacheItem in com.sun.ejb.containers.util.cache
Subclasses of LruCache.LruCacheItem in com.sun.ejb.containers.util.cache Modifier and Type Class Description protected static classLruSessionCache.LruSessionCacheItem -
Uses of LruCache.LruCacheItem in org.glassfish.persistence.ejb.entitybean.container.cache
Subclasses of LruCache.LruCacheItem in org.glassfish.persistence.ejb.entitybean.container.cache Modifier and Type Class Description protected static classFIFOEJBObjectCache.EJBObjectCacheItem
-