Class InfinispanRemoteSessionRepository

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationEventPublisherAware, org.springframework.session.FindByIndexNameSessionRepository<org.springframework.session.MapSession>, org.springframework.session.SessionRepository<org.springframework.session.MapSession>

    public class InfinispanRemoteSessionRepository
    extends AbstractInfinispanSessionRepository
    Session Repository for Infinispan in client/server mode.
    Since:
    9.0
    Author:
    Sebastian Ɓaskawiec
    • Constructor Detail

      • InfinispanRemoteSessionRepository

        public InfinispanRemoteSessionRepository​(SpringCache cache)
        Creates new repository based on SpringCache
        Parameters:
        cache - Cache which shall be used for session repository.