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

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

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

import net.jcip.annotations.ThreadSafe;

/**
 * Basic interface for interacting with an external store in a read-write mode.
 *
 * @author Mircea Markus
 * @since 6.0
 */
@ThreadSafe
public interface ExternalStore extends CacheLoader, CacheWriter {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy