CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation

com.tangosol.net.cache
Class LocalCache.Entry

java.lang.Object
  extended by com.tangosol.util.Base
      extended by com.tangosol.util.SafeHashMap.Entry
          extended by com.tangosol.net.cache.OldCache.Entry
              extended by com.tangosol.net.cache.LocalCache.Entry
All Implemented Interfaces:
Serializable, Cloneable, Map.Entry
Enclosing class:
LocalCache

public class LocalCache.Entry
extends OldCache.Entry

A holder for a cached value.


Field Summary
 
Fields inherited from class com.tangosol.util.SafeHashMap.Entry
m_eNext, m_nHash, m_oKey, m_oValue
 
Constructor Summary
LocalCache.Entry()
           
 
Method Summary
 
Methods inherited from class com.tangosol.net.cache.OldCache.Entry
calculateUnits, copyFrom, discard, getCreatedMillis, getExpiryMillis, getLastTouchMillis, getPriority, getTouchCount, getUnits, isDiscarded, isExpired, onAdd, scheduleExpiry, setExpiryMillis, setUnits, setValue, toString, touch
 
Methods inherited from class com.tangosol.util.SafeHashMap.Entry
clone, equals, getKey, getValue, hashCode
 

Constructor Detail

LocalCache.Entry

public LocalCache.Entry()

CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation