LRUCache<TKey,TValue> Class
Implements the IDictionary interface and adds functionality to limit
the maximum number of entries that can be contained in the Dictionary. When the maximum
value is reached the oldest entry is removed so that the max size is never exceeded.
- TKey
- Key param
- TValue
- Value param
System.Object
CommerceBuilder.Utility.LRUCache<TKey,TValue>