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


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

    The following tables list the members exposed by LRUCache<TKey,TValue>.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Field Default cache size  
    Top
    Public Properties
     NameDescription
    Public Property  
    Public Property  
    Public Property  
    Public Property  
    Public Property  
    Top
    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