Package org.infinispan.functional
Class MetaParam.MetaCreated
- java.lang.Object
-
- org.infinispan.functional.MetaParam.MetaLong
-
- org.infinispan.functional.MetaParam.MetaCreated
-
@Experimental public static final class MetaParam.MetaCreated extends MetaParam.MetaLong
Read only metadata parameter representing a cached entry's created time in milliseconds.- 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>
-
-
Field Summary
-
Fields inherited from class org.infinispan.functional.MetaParam.MetaLong
value
-
-
Constructor Summary
Constructors Constructor Description MetaCreated(long created)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class org.infinispan.functional.MetaParam.MetaLong
equals, get, hashCode
-
-
-
-
Method Detail
-
toString
public String toString()
-
-