tileCacheMemoryLimitInKiB property

int? tileCacheMemoryLimitInKiB
getter/setter pair

Tile cache memory limit in kibibytes. Non-positive values or null are ignored. Default value is null. Low tile cache limit will lead to eviction of tiles only if MemoryManagementStrategy is set to FIXED.

Implementation

int? tileCacheMemoryLimitInKiB;