Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / LRUCache<TKey,TValue> Class
Key param
Value param
Members
In This Topic
    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
    [DefaultMember("Item")]
    public class LRUCache<TKey,TValue> 
    Type Parameters
    TKey
    Key param
    TValue
    Value param
    Inheritance Hierarchy

    System.Object
       CommerceBuilder.Utility.LRUCache<TKey,TValue>

    See Also