![JAR search and dependency download from the Maven repository](/logo.png)
org.infinispan.spring.provider.SpringRemoteCache Maven / Gradle / Ivy
package org.infinispan.spring.provider;
import org.infinispan.client.hotrod.RemoteCache;
import org.springframework.cache.Cache;
import org.springframework.cache.support.SimpleValueWrapper;
import org.springframework.util.Assert;
/**
*
* A {@link org.springframework.cache.Cache Cache
} implementation that delegates to a
* {@link org.infinispan.client.hotrod.RemoteCache org.infinispan.client.hotrod.RemoteCache
} instance supplied at construction
* time.
*
*
* @author Olaf Bergner
* @author Marius Bogoevici
*
*/
public class SpringRemoteCache implements Cache {
private final CacheDelegate cacheImplementation;
/**
* @param nativeCache the underlying cache
*/
public SpringRemoteCache(final RemoteCache
© 2015 - 2025 Weber Informatics LLC | Privacy Policy