Class UrlCache
Inherited Members
Namespace: Mapsui.Extensions.Cache
Assembly: Mapsui.Extensions.dll
Syntax
public class UrlCache
Properties
| Edit this page View SourceCompression
Declaration
public string Compression { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Created
Declaration
public DateTime Created { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
Data
Declaration
public byte[]? Data { get; set; }
Property Value
| Type | Description |
|---|---|
| byte[] |
Url
Declaration
public string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| string |