mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update ImageFileCache.UWP.cs
This commit is contained in:
parent
0d242e556c
commit
2b10cc1d34
|
|
@ -32,7 +32,7 @@ namespace MapControl.Caching
|
|||
{
|
||||
rootFolder = folder ?? throw new ArgumentException($"The {nameof(folder)} argument must not be null or empty.", nameof(folder));
|
||||
|
||||
Debug.WriteLine($"ImageFileCache: {rootFolder}");
|
||||
Debug.WriteLine($"ImageFileCache: {rootFolder.Path}");
|
||||
|
||||
_ = Task.Factory.StartNew(CleanAsync, TaskCreationOptions.LongRunning);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue