CacheEntryRemovedArguments::RemovedReason Property

.NET Framework (current version)
 

Gets a value that indicates why a cache entry was removed.

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 indicates why the entry was removed.

The CacheEntryRemovedReason enumeration indicates one of a predefined set of reasons for the removal, such as that the entry was explicitly removed or that it expired.

.NET Framework
Available since 4.0
Return to top
Show: