Click or drag to resize

UriLoaderIsCached Method

Determines whether the RDF behind the given URI is cached.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static bool IsCached(
	Uri u
)

Parameters

u
Type: SystemUri
URI.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Parsing.UriLoader.IsCached(System.Uri)"]

Remarks

Note: This does not guarantee that the cached content will be used if you load from the URI using the UriLoader. Whether the cached copy is used will depend on whether.

See Also