Click or drag to resize

IUriLoaderCacheHasLocalCopy Method

Is there a locally cached copy of the Graph from the given URI which is not expired.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
bool HasLocalCopy(
	Uri u,
	bool requireFreshness
)

Parameters

u
Type: SystemUri
URI.
requireFreshness
Type: SystemBoolean
Whether the local copy is required to meet the Cache Freshness (set by the Cache Duration).

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Parsing.IUriLoaderCache.HasLocalCopy(System.Uri,System.Boolean)"]

See Also