System.Web.Caching.CacheItemPriority.Normal Field

Cache items with this priority level are likely to be deleted from the cache as the server frees system memory only after those items with CacheItemPriority.Low or CacheItemPriority.BelowNormal priority. This is the default.

Syntax

CacheItemPriority Normal

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.Caching
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0