Uses of Class
org.infinispan.container.entries.ImmortalCacheValue
Package
Description
Entries which are stored in data containers.
-
Uses of ImmortalCacheValue in org.infinispan.container.entries
Modifier and TypeClassDescriptionclass
A mortal cache value, to correspond withMortalCacheEntry
class
A transient cache value, to correspond withTransientCacheEntry
class
A transient, mortal cache value to correspond withTransientMortalCacheEntry
Modifier and TypeMethodDescriptionImmortalCacheValue.clone()
ImmortalCacheValue.Externalizer.readObject
(ObjectInput input) Modifier and TypeMethodDescriptionSet<Class<? extends ImmortalCacheValue>>
ImmortalCacheValue.Externalizer.getTypeClasses()
Modifier and TypeMethodDescriptionvoid
ImmortalCacheValue.Externalizer.writeObject
(ObjectOutput output, ImmortalCacheValue icv) -
Uses of ImmortalCacheValue in org.infinispan.container.entries.metadata
Modifier and TypeClassDescriptionclass
A form ofImmortalCacheValue
that isMetadataAware
.class
A mortal cache value, to correspond withMetadataMortalCacheEntry
class
A transient cache value, to correspond withTransientCacheEntry
which isMetadataAware
class
A form ofTransientMortalCacheValue
that storesMetadata