Size of the page cache in MB

Namespace: BrightstarDB
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public static int PageCacheSize { get; set; }
Visual Basic
Public Shared Property PageCacheSize As Integer
	Get
	Set
Visual C++
public:
static property int PageCacheSize {
	int get ();
	void set (int value);
}
F#
static member PageCacheSize : int with get, set

Property Value

Type: Int32

See Also