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
Enclosing interface:
MetaParam<T>

@Experimental public static interface MetaParam.Writable<T> extends MetaParam<T>
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