The size of resource cache (in number of entries) for each store opened.

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

Syntax

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

Property Value

Type: Int32

See Also