Package | Description |
---|---|
org.infinispan.container.entries |
Entries which are stored in data containers.
|
org.infinispan.container.entries.metadata |
Modifier and Type | Class and Description |
---|---|
class |
ImmortalCacheEntry
A cache entry that is immortal/cannot expire
|
class |
MortalCacheEntry
A cache entry that is mortal.
|
class |
TransientCacheEntry
A cache entry that is transient, i.e., it can be considered expired after a period of not being used.
|
class |
TransientMortalCacheEntry
A cache entry that is both transient and mortal.
|
Modifier and Type | Method and Description |
---|---|
AbstractInternalCacheEntry |
AbstractInternalCacheEntry.clone() |
Modifier and Type | Class and Description |
---|---|
class |
MetadataImmortalCacheEntry
A form of
ImmortalCacheEntry that
is MetadataAware |
class |
MetadataMortalCacheEntry
A cache entry that is mortal and is
MetadataAware |
class |
MetadataTransientCacheEntry
A cache entry that is transient, i.e., it can be considered expired after
a period of not being used, and
MetadataAware |
class |
MetadataTransientMortalCacheEntry
A form of
TransientMortalCacheEntry
that is Versioned |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.