CacheEntryRemovedArguments.Source 屬性

定義

會取得原始包含被移除快取條目的來源 ObjectCache 實例的參考。

public:
 property System::Runtime::Caching::ObjectCache ^ Source { System::Runtime::Caching::ObjectCache ^ get(); };
public System.Runtime.Caching.ObjectCache Source { get; }
member this.Source : System.Runtime.Caching.ObjectCache
Public ReadOnly Property Source As ObjectCache

屬性值

指向原本包含被移除快取條目的快取的參考。

適用於