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 Code |
---|---|
public enum CacheItemPriority |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Enumeration CacheItemPriority |
Members
Member name | Description | |
---|---|---|
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
Smartsite.Tools.Caching Namespace