mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
Added TileImageLoader.WinUI
This commit is contained in:
parent
d4bc137408
commit
e096f97e85
11 changed files with 110 additions and 42 deletions
|
|
@ -36,7 +36,7 @@ namespace MapControl.Caching
|
|||
{
|
||||
try
|
||||
{
|
||||
using (var command = SetItemCommand(key, expiration, buffer))
|
||||
using (var command = SetItemCommand(key, buffer, expiration))
|
||||
{
|
||||
await command.ExecuteNonQueryAsync();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue