CacheItemUpdateReason Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the reason that a cached item is being removed from the Cache object.
public enum class CacheItemUpdateReason
public enum CacheItemUpdateReason
type CacheItemUpdateReason =
Public Enum CacheItemUpdateReason
- Inheritance
Name | Value | Description |
---|---|---|
Expired | 1 | Specifies that the item is being removed from the cache because the absolute or sliding expiration interval expired. |
DependencyChanged | 2 | Specifies that the item is being removed from the cache because the associated CacheDependency object changed. |
Unlike the CacheItemRemovedReason enumeration, this enumeration does not include the Removed
or Underused
values. Updateable cache items are not removable and can thus never be automatically removed by ASP.NET even if there is a need to free memory.
Prodotto | Versioni |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Feedback su .NET
.NET è un progetto di open source. Selezionare un collegamento per fornire feedback: