com.caucho.server.distcache
Class CacheData
java.lang.Object
com.caucho.server.distcache.MnodeValue
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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)
getKey
public HashKey getKey()
getCacheKey
public HashKey getCacheKey()
getAccessTime
public long getAccessTime()
getModifiedTime
public long getModifiedTime()
getValueDataId
public long getValueDataId()