Click or drag to resize

UriLoaderCacheDuration Property

Gets/Sets the amount of time Graphs are cached for.

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

Property Value

Type: TimeSpan
Remarks
This duration only applies to URIs which don't return an ETag as part of the HTTP response when they are deferenced.
See Also