Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / LRUCache<TKey,TValue> Class


In This Topic
    LRUCache<TKey,TValue> Class Methods
    In This Topic

    For a list of all members of this type, see LRUCache<TKey,TValue> members.

    Public Methods
     NameDescription
    Public MethodOverloaded.   
    Public Method Adds or updates an entry to cache. If the key already exists, the entry is updated to make it most recently used.  
    Public Method  
    Public Method  
    Public Method  
    Public Method  
    Public Method  
    Public MethodOverloaded.   
    Public Method Marks a given key as most recently used, thus preventing it from getting removed soon  
    Public Method  
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
    Top
    See Also