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; }
Public Shared Property CacheDuration As TimeSpan
Get
Set
Property Value
Type:
TimeSpanRemarks
This duration only applies to URIs which don't return an ETag as part of the HTTP response when they are deferenced.
See Also