i

infinispan-spring4-parent

The Infinispan Spring Integration project provides Spring integration for Infinispan, a high performance distributed cache. Its primary features are * An implementation of org.springframework.cache.CacheManager, Spring's central caching abstraction, backed by Infinispan's EmbeddedCacheManager. To be used if your Spring-powered application and Infinispan are colocated, i.e. running within the same VM. * An implementation of org.springframework.cache.CacheManager backed by Infinispan's RemoteCacheManager. To bes used if your Spring-powered application accesses Infinispan remotely, i.e. over the network. * An implementation of org.springframework.cache.CacheManager backed by a CacheContainer reference. To be used if your Spring- powered application needs access to a CacheContainer defined outside the application (e.g. retrieved from JNDI) * Spring namespace support allowing shortcut definitions for all the components above In addition, Infinispan Spring Integration offers various FactoryBeans for facilitating creation of Infinispan core classes - Cache, CacheManager, ... - within a Spring context.
Olaf Bergner Marius Bogoevici
文件下载
文件名 操作
infinispan-spring4-parent-9.4.0.Beta1.pom 下载
Apache Maven
<dependency>
  <groupId>org.infinispan</groupId>
  <artifactId>infinispan-spring4-parent</artifactId>
  <version>9.4.0.Beta1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.infinispan:infinispan-spring4-parent:9.4.0.Beta1'
Gradle Kotlin
implementation("org.infinispan:infinispan-spring4-parent:9.4.0.Beta1")
Scala SBT
libraryDependencies += "org.infinispan" % "infinispan-spring4-parent" % "9.4.0.Beta1"
Groovy Grape
@Grapes(
  @Grab(group='org.infinispan', module='infinispan-spring4-parent', version='9.4.0.Beta1')
)
Apache Ivy
<dependency org="org.infinispan" name="infinispan-spring4-parent" rev="9.4.0.Beta1" />
Leiningen
[org.infinispan/infinispan-spring4-parent "9.4.0.Beta1"]
Apache Buildr
'org.infinispan:infinispan-spring4-parent:jar:9.4.0.Beta1'