org.infinispan.container.entries.versioned
Class VersionedImmortalCacheValue
java.lang.Object
org.infinispan.container.entries.ImmortalCacheValue
org.infinispan.container.entries.versioned.VersionedImmortalCacheValue
- All Implemented Interfaces:
- Cloneable, InternalCacheValue, Versioned
public class VersionedImmortalCacheValue
- extends ImmortalCacheValue
- implements Versioned
A form of ImmortalCacheValue
that is Versioned
- Since:
- 5.1
- Author:
- Manik Surtani
Methods inherited from class org.infinispan.container.entries.ImmortalCacheValue |
canExpire, clone, equals, getCreated, getLastUsed, getLifespan, getMaxIdle, getValue, hashCode, isExpired, isExpired, setValue |
VersionedImmortalCacheValue
public VersionedImmortalCacheValue(Object value,
EntryVersion version)
toInternalCacheEntry
public InternalCacheEntry toInternalCacheEntry(Object key)
- Specified by:
toInternalCacheEntry
in interface InternalCacheValue
- Overrides:
toInternalCacheEntry
in class ImmortalCacheValue
getVersion
public EntryVersion getVersion()
- Specified by:
getVersion
in interface Versioned
- Returns:
- the version of the entry. May be null if versioning is not supported, and must never be null if
versioning is supported.
setVersion
public void setVersion(EntryVersion version)
- Description copied from interface:
Versioned
- Sets the version on this entry.
- Specified by:
setVersion
in interface Versioned
- Parameters:
version
- version to set
toString
public String toString()
- Overrides:
toString
in class ImmortalCacheValue
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.