Package org.infinispan.spring

Spring Infinispan - Shared classes.

This package contains classes that are shared between the two major themes underlying Spring Infinispan:

  1. Implement a provider for Spring Cache abstraction backed by the open-source high-performance distributed cache JBoss Infinispan.

    See package org.infinispan.spring.provider.

  2. Provide implementations of Spring's FactoryBean interface for easing usage of JBoss Infinispan within the Spring programming model.

    See package org.infinispan.spring.support.
  3. Provide implementations of Spring's Session SessionRepository interface for session management with Spring and Spring Security.