| AbstractInfinispanSessionMetaDataFactory<L> |
Abstract SessionMetaDataFactory implementation that stores session meta-data in 2 distinct cache entries:
Creation meta-data
Meta data that is usually determined on session creation, and is rarely or never updated
Access meta-data
Meta data that is updated often, typically every request
|
| BulkReadInfinispanSessionMetaDataFactory<L> |
|
| ExpiredSessionRemover<SC,MV,AV,LC> |
Session remover that removes a session if and only if it is expired.
|
| InfinispanSessionManager<SC,MV,AV,LC> |
Generic session manager implementation - independent of cache mapping strategy.
|
| InfinispanSessionManagerFactory<S,SC,AL,LC> |
Factory for creating session managers.
|
| LockOnReadInfinispanSessionMetaDataFactory<L> |
|
| SessionAccessMetaDataKey |
Cache key for the session access meta data entry.
|
| SessionAccessMetaDataKeyFormatter |
|
| SessionAttributeActivationNotifierFactory<S,SC,AL,LC,B extends Batch> |
Factory for creating a SessionAttributeActivationNotifier for a given session identifier.
|
| SessionCreationMetaDataKey |
Cache key for the session creation meta data entry.
|
| SessionCreationMetaDataKeyFormatter |
|
| SessionExpirationScheduler<MV> |
Session expiration scheduler that eagerly expires sessions as soon as they are eligible.
|
| SessionSerializationContextInitializer |
|