![]() | RecentDictionaryEvictionMode Enumeration |
Namespace: Scaleout.Collections
public enum RecentDictionaryEvictionMode
Member name | Value | Description | |
---|---|---|---|
LRU | 0 | Remove the least recently accessed dictionary item. | |
MRU | 1 | Remove the most recently accessed dictionary item. |