memoryTileDataCacheMaxSize property

int memoryTileDataCacheMaxSize
final

The maximum size in tiles of the memory vector tile cache. Differs from memoryTileCacheMaxSize in that this is the cache of parsed vector tiles, whereas memoryTileCacheMaxSize is the raw tile data.

Implementation

final int memoryTileDataCacheMaxSize;