Enum CMSCacheItemPriority
Specifies the relative priority of items stored in the cache.
public enum CMSCacheItemPriority
- Extension Methods
Fields
High = 2Cache items with this priority level are the least likely to be deleted from the cache as the server frees system memory.
Low = 0Cache items with this priority level are the most likely to be deleted from the cache as the server frees system memory.
Normal = 1Cache items with this priority level are likely to be deleted from the cache as the server frees system memory.
NotRemovable = 3The cache items with this priority level will not be automatically deleted from the cache as the server frees system memory.