Uses of Class
org.infinispan.container.entries.AbstractInternalCacheEntry
Package
Description
Entries which are stored in data containers.
-
Uses of AbstractInternalCacheEntry in org.infinispan.container.entries
Modifier and TypeClassDescriptionclass
A cache entry that is immortal/cannot expireclass
AInternalCacheEntry
implementation to store a L1 entry.class
A cache entry that is mortal.class
A cache entry that is transient, i.e., it can be considered expired after a period of not being used.class
A cache entry that is both transient and mortal. -
Uses of AbstractInternalCacheEntry in org.infinispan.container.entries.metadata
Modifier and TypeClassDescriptionclass
AInternalCacheEntry
implementation to store a L1 entry.class
A form ofImmortalCacheEntry
that isMetadataAware
class
A cache entry that is mortal and isMetadataAware
class
A cache entry that is transient, i.e., it can be considered expired after a period of not being used, andMetadataAware
class
A form ofTransientMortalCacheEntry
that storesMetadata