| Package | Description | 
|---|---|
| org.infinispan.functional | 
 Commons 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<T>
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.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. 
 | 
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.