Property CacheExpiry
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
Remarks
DZI tiles are typically static (immutable URIs). Returns null to cache indefinitely.