Package | Description |
---|---|
org.infinispan.functional |
Functional API package
|
Modifier and Type | Interface and Description |
---|---|
static interface |
MetaParam.Writable<T>
Writable
MetaParam instances are those that the user can provide
to be stored as part of the cache entry. |
Modifier and Type | Class and Description |
---|---|
static class |
MetaParam.MetaCreated
Read only metadata parameter representing a cached entry's created time
in milliseconds.
|
static class |
MetaParam.MetaEntryVersion
Writable metadata parameter representing a cached entry's generic version.
|
static class |
MetaParam.MetaLastUsed
Read only metadata parameter representing a cached entry's last used time
in milliseconds.
|
static class |
MetaParam.MetaLifespan
Writable metadata parameter representing a cached entry's millisecond lifespan.
|
static class |
MetaParam.MetaLoadedFromPersistence
Non-writable parameter telling if the entry was loaded from a persistence tier
(
CacheLoader ) or not. |
static class |
MetaParam.MetaLong
Abstract class for numeric long-based metadata parameter instances.
|
static class |
MetaParam.MetaMaxIdle
Writable metadata parameter representing a cached entry's millisecond
max idle time.
|
Modifier and Type | Method and Description |
---|---|
<T extends MetaParam> |
MetaParam.Lookup.findMetaParam(Class<T> type)
|
Copyright © 2019 JBoss, a division of Red Hat. All rights reserved.