The members of Dialog.Utilities.LRUCache<TKey,TValue> are listed below.
See Also: Inherited members from System.Object
Public Constructors
| | Constructs a new instance of the LRU cache with a limit based on the number of slots in the cache. |
| | Constructs a new instance of the LRU cache with a limit based on the number of slots and a memory size limit. |
Public Properties
default property | Item(TKey) | TValue. Retrieves or sets value in the LRU cache |
Public Methods
| Purge()Purges the cache, and calls Dispose on all of the elements of the cache. |
override | ToString() : string |