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 Details

    • waitCount

      protected byte waitCount
    • cacheItemState

      protected byte cacheItemState
  • Constructor Details

    • LruSessionCacheItem

      protected LruSessionCacheItem(int hashCode, Object key, Object value, int size)
    • LruSessionCacheItem

      protected LruSessionCacheItem(int hashCode, Object key, Object value, int size, byte state)