CacheEntryRemovedArguments::CacheItem Property

.NET Framework (current version)
 

Gets an instance of a cache entry that was removed from the cache.

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

public:
property CacheItem^ CacheItem {
	CacheItem^ get();
}

Property Value

Type: System.Runtime.Caching::CacheItem^

An instance of the CacheItem class that was removed from the cache.

.NET Framework
Available since 4.0
Return to top
Show: