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

org.infinispan.persistence.spi.LocalOnlyCacheLoader Maven / Gradle / Ivy

There is a newer version: 9.1.7.Final
Show newest version
package org.infinispan.persistence.spi;

/**
 * Marker interface for cache loaders that should only load values on the originating nodes.
 * An example of a loader that uses this interface is {@link org.infinispan.persistence.cluster.ClusterLoader}.
 *
 * @author Dan Berindei
 * @since 7.0
 */
public interface LocalOnlyCacheLoader {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy