com.caucho.server.distcache
Class CacheData

java.lang.Object
  extended by com.caucho.server.distcache.MnodeValue
      extended by com.caucho.server.distcache.CacheData
All Implemented Interfaces:
java.io.Serializable

public final class CacheData
extends MnodeValue

Full data from the data map

See Also:
Serialized Form

Constructor Summary
CacheData(HashKey key, HashKey cacheKey, long valueHash, long valueDataId, long valueLength, long version, long flags, long accessedTimeout, long modifiedTimeout, long leaseTimeout, long accessTime, long modifiedTime)
           
 
Method Summary
 long getAccessTime()
           
 HashKey getCacheKey()
           
 HashKey getKey()
           
 long getModifiedTime()
           
 long getValueDataId()
           
 
Methods inherited from class com.caucho.server.distcache.MnodeValue
getAccessedExpireTimeout, getFlags, getLeaseExpireTimeout, getModifiedExpireTimeout, getUserFlags, getValueHash, getValueLength, getVersion, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CacheData

public CacheData(HashKey key,
                 HashKey cacheKey,
                 long valueHash,
                 long valueDataId,
                 long valueLength,
                 long version,
                 long flags,
                 long accessedTimeout,
                 long modifiedTimeout,
                 long leaseTimeout,
                 long accessTime,
                 long modifiedTime)
Method Detail

getKey

public HashKey getKey()

getCacheKey

public HashKey getCacheKey()

getAccessTime

public long getAccessTime()

getModifiedTime

public long getModifiedTime()

getValueDataId

public long getValueDataId()