Class LruSessionCache.LruSessionCacheItem
java.lang.Object
com.sun.appserv.util.cache.BaseCache.CacheItem
com.sun.ejb.containers.util.cache.LruSessionCache.LruSessionCacheItem
- Enclosing class:
- LruSessionCache
protected static class LruSessionCache.LruSessionCacheItem
extends com.sun.appserv.util.cache.BaseCache.CacheItem
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedLruSessionCacheItem(int hashCode, Object key, Object value, int size) protectedLruSessionCacheItem(int hashCode, Object key, Object value, int size, byte state) -
Method Summary
Methods inherited from class com.sun.appserv.util.cache.BaseCache.CacheItem
getHashCode, getKey, getNext, getSize, getValue, refreshValue, setNext, toString
-
Field Details
-
waitCount
protected byte waitCount -
cacheItemState
protected byte cacheItemState
-
-
Constructor Details
-
LruSessionCacheItem
-
LruSessionCacheItem
-