Table of Contents

Property CacheExpiry

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

CacheExpiry

The recommended maximum age for cached tiles from this source. null means tiles are considered immutable (cache indefinitely). The controller passes this to the cache as a hint when loading a new source.

public TimeSpan? CacheExpiry { get; }

Property Value

TimeSpan?

Remarks

DZI tiles are typically static (immutable URIs). Returns null to cache indefinitely.