The CachePriority type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
DEFAULT |
The default priority.
| |
HIGH |
The next highest priority.
| |
LOW |
The next lowest priority.
| |
VERY_HIGH |
The highest priority: pages are the least likely to be discarded.
| |
VERY_LOW |
The lowest priority: pages are the most likely to be discarded.
|