Click or drag to resize

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 Value

Type: TimeSpan
Remarks
This only applies to downloaded URIs where an ETag is not available, where ETags are available ETag based caching SHOULD be used.
See Also