public class VersionedImmortalCacheEntry extends ImmortalCacheEntry implements Versioned
ImmortalCacheEntry that is Versioned| Modifier and Type | Class and Description |
|---|---|
static class |
VersionedImmortalCacheEntry.Externalizer |
cacheValuekey| Constructor and Description |
|---|
VersionedImmortalCacheEntry(Object key,
Object value,
EntryVersion version) |
| Modifier and Type | Method and Description |
|---|---|
EntryVersion |
getVersion() |
void |
setVersion(EntryVersion version)
Sets the version on this entry.
|
canExpire, clone, equals, getCreated, getExpiryTime, getLastUsed, getLifespan, getMaxIdle, getValue, hashCode, isExpired, isExpired, reincarnate, setValue, toInternalCacheValue, toString, touch, touchcommit, getKey, isChanged, isCreated, isEvicted, isLockPlaceholder, isNull, isRemoved, isValid, rollback, setCreated, setEvicted, setLifespan, setMaxIdle, setRemoved, setValid, undeletepublic VersionedImmortalCacheEntry(Object key, Object value, EntryVersion version)
public EntryVersion getVersion()
getVersion in interface VersionedgetVersion in class AbstractInternalCacheEntrypublic void setVersion(EntryVersion version)
VersionedsetVersion in interface VersionedsetVersion in class AbstractInternalCacheEntryversion - version to setCopyright © 2012 JBoss by Red Hat. All Rights Reserved.