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