CacheEntryUpdateArguments Properties

.NET Framework (current version)
 

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

NameDescription
System_CAPS_pubpropertyKey

Gets the unique identifier for a cache entry that is about to be removed.

System_CAPS_pubpropertyRegionName

Gets the name of a region in the cache that contains a cache entry.

System_CAPS_pubpropertyRemovedReason

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

System_CAPS_pubpropertySource

Gets a reference to the ObjectCache instance that contains a cache entry that is about to be removed.

System_CAPS_pubpropertyUpdatedCacheItem

Gets or sets the value of CacheItem entry that is used to update the cache object.

System_CAPS_pubpropertyUpdatedCacheItemPolicy

Gets or sets the cache eviction or expiration policy of the CacheItem entry that is updated.

Return to top
Show: