CacheItemPolicy Properties
.NET Framework (current version)
Namespace:
System.Runtime.Caching
Assembly: System.Runtime.Caching (in System.Runtime.Caching.dll)
| Name | Description | |
|---|---|---|
![]() | AbsoluteExpiration | Gets or sets a value that indicates whether a cache entry should be evicted after a specified duration. |
![]() | ChangeMonitors | Gets a collection of ChangeMonitor objects that are associated with a cache entry. |
![]() | Priority | Gets or sets a priority setting that is used to determine whether to evict a cache entry. |
![]() | RemovedCallback | Gets or sets a reference to a CacheEntryRemovedCallback delegate that is called after an entry is removed from the cache. |
![]() | SlidingExpiration | 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. |
![]() | UpdateCallback | Gets or sets a reference to a CacheEntryUpdateCallback delegate that is called before a cache entry is removed from the cache. |
Show:
