Enumeration indicating the priority with which an item is stored in the cache
Namespace: BrightstarDB.CachingAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public enum CachePriority |
| Visual Basic |
|---|
Public Enumeration CachePriority |
| Visual C++ |
|---|
public enum class CachePriority |
| F# |
|---|
type CachePriority |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Normal | 0 | Normal level cache priority | |
| High | 1 | High level cache priority |