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 Modifier and Type Field Description protected bytecacheItemStateprotected bytewaitCount
-
Constructor Summary
Constructors Modifier Constructor Description protectedLruSessionCacheItem(int hashCode, Object key, Object value, int size)protectedLruSessionCacheItem(int hashCode, Object key, Object value, int size, byte state)
-