다음을 통해 공유


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

속성 값

제거된 캐시 엔트리가 원래 포함되어 있던 캐시에 대한 참조입니다.

적용 대상