capacity property

int capacity
getter/setter pair

Capacity of scene load cache as number of entries. At most MapContextSceneLoadCacheOptions.capacity entries would be preserved in the cache for the entire duration of MapContext lifetime. Default MapContextSceneLoadCacheOptions.capacity is set to 4. A MapContextSceneLoadCacheOptions.capacity value less than 1 would disable the scene cache, freeing all existing entries from the cache.

Implementation

int capacity;