Class InfinispanEmbeddedSessionRepository

  • 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 InfinispanEmbeddedSessionRepository
    extends AbstractInfinispanSessionRepository
    Session Repository for Infinispan in Embedded mode.
    Since:
    9.0
    Author:
    Sebastian Ɓaskawiec
    • Constructor Detail

      • InfinispanEmbeddedSessionRepository

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