Scaleout.Collections Namespace |
| Class | Description | |
|---|---|---|
| RecentDictionaryTKey, TValue |
A collection of keys and values that tracks the order in which entries
are accessed.
| |
| RecentDictionaryTKey, TValueKeyCollection |
Represents the collection of keys in a RecentDictionaryTKey, TValue.
| |
| RecentDictionaryTKey, TValueValueCollection |
Represents the collection of values in a RecentDictionaryTKey, TValue.
| |
| RouletteDictionaryTKey, TValue |
A collection of keys and values that allows random entries to be retrieved
or removed.
| |
| RouletteDictionaryTKey, TValueKeyCollection |
Represents the collection of keys in a RouletteDictionaryTKey, TValue.
| |
| RouletteDictionaryTKey, TValueValueCollection |
Represents the collection of values in a RouletteDictionaryTKey, TValue.
|
| Enumeration | Description | |
|---|---|---|
| RecentDictionaryEvictionMode |
Enumeration specifying which entry to evict when calling
SetAndMaintainCount(TKey, TValue).
Used when constructing a RecentDictionary instance.
|