Dialog.Utilities.LRUCache<TKey,TValue> Class
Implements a Least Recently Used Cache

See Also: LRUCache<TKey,TValue> Members

Syntax

public class LRUCache<TKey, TValue>
where TValue : class, IDisposable

Type Parameters

TKey
The type of key for the LRU cache.
TValue
The type for the values of the LRU cache.

Remarks

Requirements

Namespace: Dialog.Utilities
Assembly: Dialog-1 (in Dialog-1.dll)
Assembly Versions: 0.0.0.0