Skip navigation links

Oracle® Coherence Java API Reference
Release 3.6.0.0

E15725-01


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:
ConfigurableCacheMap.Entry, 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, isEvictable, isExpired, onAdd, registerExpiry, resetTouchCount, scheduleExpiry, setEvictable, setExpiryMillis, setUnits, setValue, toString, touch

 

Methods inherited from class com.tangosol.util.SafeHashMap.Entry
clone, equals, getKey, getValue, hashCode

 

Methods inherited from interface java.util.Map.Entry
equals, getKey, getValue, hashCode

 

Constructor Detail

LocalCache.Entry

public LocalCache.Entry()

Skip navigation links

Oracle® Coherence Java API Reference
Release 3.6.0.0

E15725-01


Copyright © 2000, 2010, Oracle and/or its affiliates. All rights reserved.