Interface | Description |
---|---|
ISessionStore<T> |
The interface of a Session store.
|
Class | Description |
---|---|
KeyValueSessionStore<TKey extends java.lang.Comparable<TKey>,TValue> |
A type-aware thread-safe session storage object that allows multiple threads to operate on a collection of time-expiring key/value pairs.
|
ValueSessionStore<T extends java.lang.Comparable<T>> |
A type-aware thread-safe Session object that allows multiple threads to operate on a collection of time-expiring objects.
|