TileImageLoader DefaultCacheFolder

This commit is contained in:
ClemensFischer 2024-02-08 21:36:46 +01:00
parent afc04372c5
commit 513ae4e673
3 changed files with 3 additions and 4 deletions

View file

@ -12,8 +12,7 @@ namespace MapControl
public partial class TileImageLoader
{
/// <summary>
/// Default folder path where an IImageCache instance may save cached data,
/// i.e. Windows.Storage.ApplicationData.Current.TemporaryFolder.Path.
/// Default folder where the Cache instance may save data.
/// </summary>
public static string DefaultCacheFolder => Windows.Storage.ApplicationData.Current.TemporaryFolder.Path;