Click or drag to resize

UriLoaderCache Property

Gets/Sets the Cache that is in use.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static IUriLoaderCache Cache { get; set; }

Property Value

Type: IUriLoaderCache
Remarks
Setting the Cache to null does not disable it, to disable caching use the Options.UriLoaderCaching property.
See Also