maxStoreLength property Null safety
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 an un-modifiable maximum size limit of Isar.defaultMaxSizeMiB (1GB). It is unspecified what will happen if this limit is reached, however it is likely that an error will be thrown.
Defaults to 0 disabled.
Implementation
final int maxStoreLength;