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, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValuepublic long getCacheEntryVersion()
getCacheEntryVersion in interface CacheEntrypublic int hashCode()
Copyright © GigaSpaces.