CachePriority Members

From BerkeleyDB

The CachePriority type exposes the following members.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(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

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

See Also