Class LruSessionCache.LruSessionCacheItem

  • Enclosing class:
    LruSessionCache

    protected static class LruSessionCache.LruSessionCacheItem
    extends com.sun.appserv.util.cache.BaseCache.CacheItem
    • Field Detail

      • waitCount

        protected byte waitCount
      • cacheItemState

        protected byte cacheItemState
    • Constructor Detail

      • LruSessionCacheItem

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

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