Retrieves the SPARQL query cache

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

Syntax

C#
public static ICache QueryCache { get; }
Visual Basic
Public Shared ReadOnly Property QueryCache As ICache
	Get
Visual C++
public:
static property ICache^ QueryCache {
	ICache^ get ();
}
F#
static member QueryCache : ICache with get

Property Value

Type: ICache

See Also