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