DOC

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 Javadoc & API Documentation - Latest Versions:

All Versions

Download org.infinispan : infinispan-spring5-parent Javadoc & API Documentation - All Versions:

Version Size Javadoc 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

How to open Javadoc JAR file in web browser

  1. Rename the file infinispan-spring5-parent-14.0.14.Final-javadoc.jar to infinispan-spring5-parent-14.0.14.Final-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder infinispan-spring5-parent-14.0.14.Final-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "infinispan-spring5-parent-14.0.14.Final-sources.jar" -d "infinispan-spring5-parent-14.0.14.Final-javadoc" -subpackages 

Advertisement