behavior property

CacheBehavior behavior
final

The behavior method to get and cache a tile

Defaults to CacheBehavior.cacheFirst - get tiles from the local cache, going on the Internet to update the cached tile if it has expired (cachedValidDuration has passed).

Implementation

final CacheBehavior behavior;