Class LruSessionCache.LruSessionCacheItem

    • 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)