Version 4.12.2 Added TileQueue.

This commit is contained in:
ClemensF 2019-06-10 19:30:47 +02:00
parent c6e2766d60
commit 9bfb663120
3 changed files with 5 additions and 5 deletions

View file

@ -27,7 +27,7 @@ namespace MapControl
/// </summary>
public static ObjectCache Cache { get; set; } = MemoryCache.Default;
private async Task LoadTileImageAsync(Tile tile, Uri uri, string cacheKey)
private async Task LoadCachedTileImageAsync(Tile tile, Uri uri, string cacheKey)
{
DateTime expiration;
var cacheBuffer = GetCachedImage(cacheKey, out expiration);