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 value,
long valueLength,
long version,
HashKey cacheKey,
long flags,
long accessTime,
long accessedTimeout,
long modifiedTimeout)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CacheData
public CacheData(HashKey key,
HashKey value,
long valueLength,
long version,
HashKey cacheKey,
long flags,
long accessTime,
long accessedTimeout,
long modifiedTimeout)
getKey
public HashKey getKey()
getAccessTime
public long getAccessTime()