CacheEntryUpdateArguments.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

属性值

对该缓存实例的引用。

适用于