Infinispan Spring 4 Embedded support


Infinispan Spring 4 Embedded 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.

Compile निर्भरता (4)

समूह / विरूपण साक्ष्य संस्करण नए संस्करण
org.infinispan » infinispan-core 8.2.8.Final 15.0.5.Final
net.jcip » jcip-annotations 1.0 ना
org.springframework » spring-context 4.1.0.RELEASE 6.0.22
org.infinispan » infinispan-spring4-common 8.2.8.Final 9.4.2.Final

Provided निर्भरता (1)

समूह / विरूपण साक्ष्य संस्करण नए संस्करण
org.jboss.logging » jboss-logging-processor 1.1.0.Final 2.2.1.Final

Runtime निर्भरता (7)