org.codehaus.activespace.cache.impl
Class VersionedValue
java.lang.Object
org.codehaus.activespace.cache.impl.VersionedValue
- All Implemented Interfaces:
- Serializable
- public class VersionedValue
- extends Object
- implements Serializable
Represents a change to a cache entry.
- Version:
- $Revision: 1.1 $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VersionedValue
public VersionedValue(Object value,
Object version)
getValue
public Object getValue()
getVersion
public Object getVersion()
Copyright © 2004 Protique, Ltd.. All Rights Reserved.