Class MortalCacheValue

java.lang.Object
org.infinispan.container.entries.ImmortalCacheValue
org.infinispan.container.entries.MortalCacheValue
All Implemented Interfaces:
Cloneable, InternalCacheValue
Direct Known Subclasses:
TransientMortalCacheValue

public class MortalCacheValue extends ImmortalCacheValue
A mortal cache value, to correspond with MortalCacheEntry
Since:
4.0
Author:
Manik Surtani