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 CacheDirectory As String
Get
Set
Property Value
Type:
StringRemarks
Non-filesystem based caches are free to return String.Empty or null but MUST NOT throw any form or error.
See Also