Class CoherenceIndexedSessionRepository

java.lang.Object
com.oracle.coherence.spring.session.CoherenceIndexedSessionRepository
All Implemented Interfaces:
Aware, ApplicationEventPublisherAware, org.springframework.session.FindByIndexNameSessionRepository<com.oracle.coherence.spring.session.CoherenceSpringSession>, org.springframework.session.SessionRepository<com.oracle.coherence.spring.session.CoherenceSpringSession>

public class CoherenceIndexedSessionRepository extends Object implements org.springframework.session.FindByIndexNameSessionRepository<com.oracle.coherence.spring.session.CoherenceSpringSession>, ApplicationEventPublisherAware
The CoherenceIndexedSessionRepository is a SessionRepository implementation that stores sessions in Coherence's distributed CacheMap.
Since:
3.0
Author:
Gunnar Hillert