Package org.infinispan.hotrod.impl.cache
Interface MetadataValue<V>
- All Superinterfaces:
Metadata,Versioned,VersionedValue<V>
- All Known Implementing Classes:
MetadataValueImpl
Besides the value, also contains a version and expiration information. Time values are server
time representations as returned by
TimeService.wallClockTime()- Since:
- 14.0
-
Method Summary
Methods inherited from interface org.infinispan.hotrod.impl.cache.Metadata
getCreated, getLastUsed, getLifespan, getMaxIdleMethods inherited from interface org.infinispan.hotrod.impl.cache.Versioned
getVersionMethods inherited from interface org.infinispan.hotrod.impl.cache.VersionedValue
getValue