CacheItemPolicy Properties

.NET Framework (current version)
 

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

NameDescription
System_CAPS_pubpropertyAbsoluteExpiration

Gets or sets a value that indicates whether a cache entry should be evicted after a specified duration.

System_CAPS_pubpropertyChangeMonitors

Gets a collection of ChangeMonitor objects that are associated with a cache entry.

System_CAPS_pubpropertyPriority

Gets or sets a priority setting that is used to determine whether to evict a cache entry.

System_CAPS_pubpropertyRemovedCallback

Gets or sets a reference to a CacheEntryRemovedCallback delegate that is called after an entry is removed from the cache.

System_CAPS_pubpropertySlidingExpiration

Gets or sets a value that indicates whether a cache entry should be evicted if it has not been accessed in a given span of time.

System_CAPS_pubpropertyUpdateCallback

Gets or sets a reference to a CacheEntryUpdateCallback delegate that is called before a cache entry is removed from the cache.

Return to top
Show: