Package | Description |
---|---|
propel.core.collections.volatiles |
Modifier and Type | Class and Description |
---|---|
class |
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.
|
class |
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.
|