Click or drag to resize

IUriLoaderCacheCacheDirectory Property

Gets/Sets the Cache Directory that is in use.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
string CacheDirectory { get; set; }

Property Value

Type: String
Remarks

Non-filesystem based caches are free to return String.Empty or null but MUST NOT throw any form or error.

See Also