Click or drag to resize

ThreadSafeQNameOutputMapperAddToCache Method

Adds a QName Mapping to the Cache in a Thread Safe way.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected override void AddToCache(
	string key,
	QNameMapping value
)

Parameters

key
Type: SystemString
Key.
value
Type: VDS.RDFQNameMapping
Value.
See Also