This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Specifies the item priority levels.

Namespace: Smartsite.Tools.Caching
Assembly:  Smartsite.Tools (in Smartsite.Tools.dll)

Syntax

C#Copy imageCopy Code
public enum CacheItemPriority
Visual Basic (Declaration)Copy imageCopy Code
Public Enumeration CacheItemPriority

Members

Member nameDescription
None
Should never be seen in nature.
Low
Low priority for scavenging.
Normal
Normal priority for scavenging.
High
High priority for scavenging.
NotRemovable
Non-removable priority for scavenging.

See Also

Advanced