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

属性值

对最初包含已移除缓存项的缓存的引用。

适用于