LRUCache<TKey,TValue> Class
In This Topic
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.
Syntax
Type Parameters
- TKey
- Key param
- TValue
- Value param
Inheritance Hierarchy
System.Object
CommerceBuilder.Utility.LRUCache<TKey,TValue>
See Also