Class FIFOEJBObjectCache.EJBObjectCacheItem
java.lang.Object
com.sun.appserv.util.cache.BaseCache.CacheItem
org.glassfish.persistence.ejb.entitybean.container.cache.FIFOEJBObjectCache.EJBObjectCacheItem
- Enclosing class:
FIFOEJBObjectCache
protected static class FIFOEJBObjectCache.EJBObjectCacheItem
extends com.sun.appserv.util.cache.BaseCache.CacheItem
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedEJBObjectCacheItem(int hashCode, Object key, Object value, int size) -
Method Summary
Methods inherited from class com.sun.appserv.util.cache.BaseCache.CacheItem
getHashCode, getKey, getNext, getSize, getValue, refreshValue, setNext, toString
-
Field Details
-
refCount
protected int refCount
-
-
Constructor Details
-
EJBObjectCacheItem
-