| Package | Description |
|---|---|
| org.infinispan.container.entries |
Entries which are stored in data containers.
|
| org.infinispan.container.entries.metadata | |
| org.infinispan.util |
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.
|
| Class and Description |
|---|
| MetadataAware
Marker interface for metadata aware cache entry.
|
| Class and Description |
|---|
| MetadataAware
Marker interface for metadata aware cache entry.
|
| MetadataImmortalCacheEntry
A form of
ImmortalCacheEntry that is MetadataAware |
| MetadataImmortalCacheValue
A form of
ImmortalCacheValue that is MetadataAware. |
| MetadataMortalCacheEntry
A cache entry that is mortal and is
MetadataAware |
| MetadataMortalCacheValue
A mortal cache value, to correspond with
MetadataMortalCacheEntry |
| MetadataTransientCacheEntry
A cache entry that is transient, i.e., it can be considered expired after a period of not being used, and
MetadataAware |
| MetadataTransientCacheValue
A transient cache value, to correspond with
TransientCacheEntry which is MetadataAware |
| MetadataTransientMortalCacheEntry
A form of
TransientMortalCacheEntry that stores Metadata |
| MetadataTransientMortalCacheValue
A form of
TransientMortalCacheValue that stores Metadata |
| Class and Description |
|---|
| MetadataAware
Marker interface for metadata aware cache entry.
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.