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

org.infinispan.client.hotrod.MetadataValue Maven / Gradle / Ivy

The newest version!
package org.infinispan.client.hotrod;

/**
 * Besides the value, also contains a version and expiration information. Time values are server
 * time representations as returned by {@link org.infinispan.commons.time.TimeService#wallClockTime}
 *
 * @author Tristan Tarrant
 * @since 5.2
 */
public interface MetadataValue extends VersionedValue, Metadata {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy