CacheEntryUpdateArguments::RemovedReason Property

.NET Framework (current version)
 

Gets the reason that a cache entry is about to be removed from the cache.

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

public:
property CacheEntryRemovedReason RemovedReason {
	CacheEntryRemovedReason get();
}

Property Value

Type: System.Runtime.Caching::CacheEntryRemovedReason

One of the enumeration values that describes why a cache entry is being removed.

.NET Framework
Available since 4.0
Return to top
Show: