LRUCache<TKey,TValue>.Purge 方法

定义

清除缓存,并在缓存的所有元素上调用 Dispose。

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

适用于