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

org.infinispan.client.hotrod.impl.cache.CacheEntryVersionImpl Maven / Gradle / Ivy

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

import org.infinispan.api.common.CacheEntryVersion;

/**
 * @since 14.0
 **/
public record CacheEntryVersionImpl(long version) implements CacheEntryVersion { }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy