TileImageLoader.Cache

This commit is contained in:
Clemens 2021-07-02 21:30:38 +02:00
parent e096f97e85
commit 0ea7adb848
3 changed files with 3 additions and 4 deletions

View file

@ -31,7 +31,7 @@ namespace MapControl
}
/// <summary>
/// The IImageCache implementation used to cache tile images. The default is null.
/// An IImageCache implementation used to cache tile images. The default is null.
/// </summary>
public static Caching.IImageCache Cache { get; set; }

View file

@ -20,8 +20,7 @@ namespace MapControl
}
/// <summary>
/// An ObjectCache instance used to cache tile image data, i.e. (byte[],DateTime) tuples.
/// The default ObjectCache value is MemoryCache.Default.
/// An ObjectCache instance used to cache tile image data. The default value is MemoryCache.Default.
/// </summary>
public static ObjectCache Cache { get; set; } = MemoryCache.Default;

View file

@ -31,7 +31,7 @@ namespace MapControl
}
/// <summary>
/// The IImageCache implementation used to cache tile images. The default is null.
/// An IImageCache implementation used to cache tile images. The default is null.
/// </summary>
public static Caching.IImageCache Cache { get; set; }