CacheEntryRemovedArguments::Source Property

.NET Framework (current version)
 

Gets a reference to the source ObjectCache instance that originally contained the removed cache entry.

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 that originally contained the removed cache entry.

.NET Framework
Available since 4.0
Return to top
Show: