Click or drag to resize

ConfigurationLoaderClearCache Method

Clears the Object Loader cache (this is not recommended).

Namespace:  VDS.RDF.Configuration
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static void ClearCache()
Remarks

This method should only be invoked in cases where you have attempted to load an object and some error occurred which was external to dotNetRDF e.g. network connectivity problem and.

See Also