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 | (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.
|