com.atlassian.confluence.cache.hazelcast.hibernate
Class CacheValue

java.lang.Object
  extended by com.atlassian.confluence.cache.hazelcast.hibernate.CacheValue
All Implemented Interfaces:
Serializable

public class CacheValue
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CacheValue(Object value, long txTimestamp, Object version)
           
 
Method Summary
 long getTxTimestamp()
           
 Object getValue()
           
 Object getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheValue

public CacheValue(Object value,
                  long txTimestamp,
                  Object version)
Method Detail

getValue

public Object getValue()

getVersion

public Object getVersion()

getTxTimestamp

public long getTxTimestamp()


Copyright © 2003–2015 Atlassian. All rights reserved.