protected static class LruSessionCache.LruSessionCacheItem
extends com.sun.appserv.util.cache.BaseCache.CacheItem
| Modifier and Type | Field and Description |
|---|---|
protected byte |
cacheItemState |
protected byte |
waitCount |
| Modifier | Constructor and Description |
|---|---|
protected |
LruSessionCacheItem(int hashCode,
Object key,
Object value,
int size) |
protected |
LruSessionCacheItem(int hashCode,
Object key,
Object value,
int size,
byte state) |
Copyright © 2018 Eclipse Foundation. All rights reserved.