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 database maximum size may be set by the backend.

Defaults to 0 disabled.

Implementation

final int maxStoreLength;