org.infinispan.spring.common.package-info Maven / Gradle / Ivy
The newest version!
/**
* Spring Infinispan - Shared classes.
*
* This package contains classes that are shared between the two major themes underlying Spring Infinispan:
*
* -
* Implement a provider for Spring Cache abstraction backed by the open-source
* high-performance distributed cache JBoss Infinispan.
* See package {@link org.infinispan.spring.common.provider org.infinispan.spring.provider
}.
*
* -
* Provide implementations of Spring's {@link org.springframework.beans.factory.FactoryBean
FactoryBean
}
* interface for easing usage of JBoss Infinispan within the Spring programming model.
*
* -
* Provide implementations of Spring's Session
* {@link org.springframework.session.SessionRepository
SessionRepository
} interface for session
* management with Spring and Spring Security.
*
*
*
*/
package org.infinispan.spring.common;