Interface IUrlPersistentCache
Namespace: Mapsui.Cache
Assembly: Mapsui.dll
Syntax
public interface IUrlPersistentCache
Methods
| Edit this page View SourceAdd(string, byte[])
Declaration
void Add(string url, byte[] tile)
Parameters
Type | Name | Description |
---|---|---|
string | url | |
byte[] | tile |
Find(string)
Declaration
byte[]? Find(string url)
Parameters
Type | Name | Description |
---|---|---|
string | url |
Returns
Type | Description |
---|---|
byte[] |
Remove(string)
Declaration
void Remove(string url)
Parameters
Type | Name | Description |
---|---|---|
string | url |