UriLoaderCacheDuration Property  | 
 
            Gets/Sets the amount of time Graphs are cached for.
            
 
    Namespace: 
   VDS.RDF.Parsing
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic static TimeSpan CacheDuration { get; set; }Public Shared Property CacheDuration As TimeSpan
	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