Update ImageFileCache

This commit is contained in:
ClemensFischer 2024-02-05 15:29:11 +01:00
parent 08adde21b8
commit 6a0cfe96d8
3 changed files with 4 additions and 4 deletions

View file

@ -61,7 +61,7 @@ namespace SampleApplication
Loaded += async (s, e) =>
{
await Task.Delay(2000);
await cache.Clean();
await cache.CleanAsync();
};
}
}