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