tileCacheMemoryLimitInKiB property

int? tileCacheMemoryLimitInKiB
getter/setter pair

Tile cache memory limit in kibibytes. Non positive or null values 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;