DOC

org.infinispan : infinispan-spring4-parent

Maven & Gradle

Jan 26, 2022
1k stars

Infinispan Spring 4 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-spring4-parent Javadoc & API Documentation - Latest Versions:

All Versions

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

Version Size Javadoc Updated
10.0.x
9.4.x
9.3.x
9.2.x
9.1.x
9.0.x
8.2.x
8.1.x

How to open Javadoc JAR file in web browser

  1. Rename the file infinispan-spring4-parent-9.4.24.Final-javadoc.jar to infinispan-spring4-parent-9.4.24.Final-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder infinispan-spring4-parent-9.4.24.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-spring4-parent-9.4.24.Final-sources.jar" -d "infinispan-spring4-parent-9.4.24.Final-javadoc" -subpackages 

Advertisement