IUriLoaderCacheCacheDuration Property |
Gets/Sets how long results should be cached.
Namespace:
VDS.RDF.Parsing
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax TimeSpan CacheDuration { get; set; }
Property CacheDuration As TimeSpan
Get
Set
Property Value
Type:
TimeSpanRemarks
This only applies to downloaded URIs where an ETag is not available, where ETags are available ETag based caching SHOULD be used.
See Also