Class MapSessionRepository

java.lang.Object
org.springframework.session.MapSessionRepository
All Implemented Interfaces:
SessionRepository<MapSession>

public class MapSessionRepository extends Object implements SessionRepository<MapSession>
A SessionRepository backed by a Map and that uses a MapSession. The injected Map can be backed by a distributed NoSQL store like Hazelcast, for instance. Note that the supplied map itself is responsible for purging the expired sessions.

The implementation does NOT support firing SessionDeletedEvent or SessionExpiredEvent.

Since:
1.0