Uses of Package
org.infinispan.container.entries.metadata
Package
Description
Entries which are stored in data containers.
General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and
collections and containers designed to supplement the JDK-provided containers.
-
-
ClassDescriptionMarker interface for metadata aware cache entry.A form of
ImmortalCacheEntry
that isMetadataAware
A form ofImmortalCacheValue
that isMetadataAware
.A cache entry that is mortal and isMetadataAware
A mortal cache value, to correspond withMetadataMortalCacheEntry
A cache entry that is transient, i.e., it can be considered expired after a period of not being used, andMetadataAware
A transient cache value, to correspond withTransientCacheEntry
which isMetadataAware
A form ofTransientMortalCacheEntry
that storesMetadata
A form ofTransientMortalCacheValue
that storesMetadata
-