License |
License |
---|---|
Categories |
CategoriesInfinispan Data Caching |
GroupId | GroupIdorg.infinispan |
ArtifactId | ArtifactIdinfinispan-spring4-parent |
Last Version | Last Version10.0.0.Alpha1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionInfinispan Spring support
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.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
infinispan-spring4-parent-10.0.0.Alpha1.pom | 5 KB |
infinispan-spring4-parent-10.0.0.Alpha1-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.infinispan/infinispan-spring4-parent/ -->
<dependency>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-spring4-parent</artifactId>
<version>10.0.0.Alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/org.infinispan/infinispan-spring4-parent/
implementation 'org.infinispan:infinispan-spring4-parent:10.0.0.Alpha1'
// https://jarcasting.com/artifacts/org.infinispan/infinispan-spring4-parent/
implementation ("org.infinispan:infinispan-spring4-parent:10.0.0.Alpha1")
'org.infinispan:infinispan-spring4-parent:jar:10.0.0.Alpha1'
<dependency org="org.infinispan" name="infinispan-spring4-parent" rev="10.0.0.Alpha1">
<artifact name="infinispan-spring4-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.infinispan', module='infinispan-spring4-parent', version='10.0.0.Alpha1')
)
libraryDependencies += "org.infinispan" % "infinispan-spring4-parent" % "10.0.0.Alpha1"
[org.infinispan/infinispan-spring4-parent "10.0.0.Alpha1"]
Group / Artifact | Type | Version |
---|---|---|
net.jcip : jcip-annotations Optional | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.jboss.logging : jboss-logging-processor | jar | 2.1.0.Final |
javax.annotation : javax.annotation-api | jar | 1.3.1 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-core | jar | 2.8.2 |
org.jboss : jboss-transaction-spi | jar | 7.6.0.Final |
org.jboss.narayana.jta : narayana-jta | jar | 5.9.0.Final |
org.jacoco : org.jacoco.agent | jar | 0.7.5.201505241946 |