capacity property
getter/setter pair
Capacity of scene load cache as number of entries. An entry represents the cached data for a loaded scene. 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;