Enable or disable server-side SPARQL query cache

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

Syntax

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

Property Value

Type: Boolean

See Also