CacheEntryUpdateArguments::Source Property

.NET Framework (current version)
 

Gets a reference to the ObjectCache instance that contains a cache entry that is about to be removed.

Namespace:   System.Runtime.Caching
Assembly:  System.Runtime.Caching (in System.Runtime.Caching.dll)

public:
property ObjectCache^ Source {
	ObjectCache^ get();
}

Property Value

Type: System.Runtime.Caching::ObjectCache^

A reference to the cache instance.

.NET Framework
Available since 4.0
Return to top
Show: