All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.infinispan.hotrod.impl.cache.VersionedValue Maven / Gradle / Ivy

There is a newer version: 14.0.32.Final
Show newest version
package org.infinispan.hotrod.impl.cache;

/**
 * Besides the key and value, also contains an version. To be used in versioned operations, e.g. {@link
 * RemoteCache#removeWithVersion(Object, long)}.
 *
 */
public interface VersionedValue extends Versioned {

   V getValue();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy