MemoryCache.GetEnumerator 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立列舉程式,此列舉程式可用來逐一查看快取項目的集合。
protected:
override System::Collections::Generic::IEnumerator<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> ^ GetEnumerator();
protected override System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string,object>> GetEnumerator ();
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string, obj>>
Protected Overrides Function GetEnumerator () As IEnumerator(Of KeyValuePair(Of String, Object))
傳回
列舉程式物件,可用來存取快取區的項目。
備註
方法所傳回的 GetEnumerator 列舉值可用來逐一查看快取中的專案。
重要
擷取實例的 MemoryCache 列舉值是耗用大量資源的封鎖作業。 因此,列舉值不應該用於生產應用程式。