Property CacheDirectory
CacheDirectory
Gets the cache directory used by this loader.
public string CacheDirectory { get; }
Property Value
Examples
Accessing the cache directory:
var loader = new SkillRemoteLoader();
Console.WriteLine($"Cache location: {loader.CacheDirectory}");