mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
TileImageLoader.Cache
This commit is contained in:
parent
e096f97e85
commit
0ea7adb848
3 changed files with 3 additions and 4 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue