jar

org.infinispan : infinispan-spring5-parent

Maven & Gradle

Aug 15, 2023
1k stars

Infinispan Spring 5 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.

Table Of Contents

Latest Version

Download org.infinispan : infinispan-spring5-parent JAR file - Latest Versions:

All Versions

Download org.infinispan : infinispan-spring5-parent JAR file - All Versions:

Version Vulnerabilities Size Updated
14.0.x
13.0.x
12.1.x
12.0.x
11.0.x
10.1.x
10.0.x
9.4.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window infinispan-spring5-parent-14.0.14.Final.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

Advertisement