LRUCache<TKey,TValue>.Purge Method

Definition

Purges the cache, and calls Dispose on all of the elements of the cache.

public void Purge ();
member this.Purge : unit -> unit

Applies to