Package org.infinispan.hotrod.impl.cache
Interface VersionedValue<V>
- All Superinterfaces:
Versioned
- All Known Subinterfaces:
MetadataValue<V>
- All Known Implementing Classes:
MetadataValueImpl,VersionedValueImpl
Besides the key and value, also contains an version. To be used in versioned operations, e.g.
RemoteCache#removeWithVersion(Object, long).-
Method Summary
Methods inherited from interface org.infinispan.hotrod.impl.cache.Versioned
getVersion
-
Method Details
-
getValue
V getValue()
-