Package org.infinispan.functional
Interface MetaParam.Writable<T>
- Type Parameters:
T
- type of MetaParam instance, implementations should assign it to the implementation's type.
- All Superinterfaces:
MetaParam<T>
- All Known Implementing Classes:
CounterConfigurationMetaParam
,MetaParam.MetaEntryVersion
,MetaParam.MetaLifespan
,MetaParam.MetaMaxIdle
,MetaParam.MetaUpdateCreationTime
Writable
MetaParam
instances are those that the user can provide
to be stored as part of the cache entry. RESTful HTTTP MIME metadata, version
information or lifespan are examples.- Since:
- 8.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.infinispan.functional.MetaParam
MetaParam.Lookup, MetaParam.MetaBoolean, MetaParam.MetaCreated, MetaParam.MetaEntryVersion, MetaParam.MetaLastUsed, MetaParam.MetaLifespan, MetaParam.MetaLoadedFromPersistence, MetaParam.MetaLong, MetaParam.MetaMaxIdle, MetaParam.MetaUpdateCreationTime, MetaParam.Writable<T>
-
Method Summary