Property DefaultCacheDirectory
DefaultCacheDirectory
Gets the default cache directory path.
public static string DefaultCacheDirectory { get; }
Property Value
Examples
Getting the default cache location:
Console.WriteLine(SkillRemoteLoader.DefaultCacheDirectory);
// Output: "C:\Users\...\AppData\Local\Temp\lmkit-skills-cache"