CacheEntryUpdateArguments Properties
.NET Framework (current version)
Namespace:
System.Runtime.Caching
Assembly: System.Runtime.Caching (in System.Runtime.Caching.dll)
| Name | Description | |
|---|---|---|
![]() | Key | Gets the unique identifier for a cache entry that is about to be removed. |
![]() | RegionName | Gets the name of a region in the cache that contains a cache entry. |
![]() | RemovedReason | Gets the reason that a cache entry is about to be removed from the cache. |
![]() | Source | Gets a reference to the ObjectCache instance that contains a cache entry that is about to be removed. |
![]() | UpdatedCacheItem | Gets or sets the value of CacheItem entry that is used to update the cache object. |
![]() | UpdatedCacheItemPolicy | Gets or sets the cache eviction or expiration policy of the CacheItem entry that is updated. |
Show:
