mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
Refresh not supported
This commit is contained in:
parent
057fd82feb
commit
abd7567ffc
2 changed files with 27 additions and 27 deletions
|
|
@ -138,11 +138,12 @@ namespace MapControl.Caching
|
|||
|
||||
public void Refresh(string key)
|
||||
{
|
||||
throw new NotSupportedException();
|
||||
}
|
||||
|
||||
public Task RefreshAsync(string key, CancellationToken token = default)
|
||||
{
|
||||
return Task.CompletedTask;
|
||||
throw new NotSupportedException();
|
||||
}
|
||||
|
||||
public void Remove(string key)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue