public class BaseCacheEntry extends Object implements CacheEntry
Constructor and Description |
---|
BaseCacheEntry(Object key,
Object value,
long timeToLive,
int version)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
long |
getCacheEntryVersion()
Returns a version counter.
|
Object |
getKey() |
Object |
getValue() |
int |
hashCode() |
Object |
setValue(Object newValue) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue
public long getCacheEntryVersion()
getCacheEntryVersion
in interface CacheEntry
public int hashCode()
Copyright © GigaSpaces.