maxStoreLength property

int maxStoreLength
final

The maximum number of tiles allowed in a cache store (only whilst 'browsing' - see below) before the oldest tile gets deleted. Also called maxTiles.

Only applies to 'browse caching', ie. downloading regions will bypass this limit.

Note that the actual store has a size limit of FMTCSettings.databaseMaxSize, irrespective of this value.

Defaults to 0 disabled.

Implementation

final int maxStoreLength;