sceneLoadCacheOptions property
getter/setter pair
Scene load cache options.
Default value is null.
When loading scenes into MapScene, an internal cache is used for speeding up subsequent loads
of the same scene. The cache utilizes some amount of memory for each entry and MapContextSceneLoadCacheOptions
allows customization according to the memory profile of the client: under memory constrained conditions
the number of entries in this cache can be reduced or the cache can be disabled entirely, and for clients
that circle through many scenes, the cache capacity can be increased.
Implementation
MapContextSceneLoadCacheOptions? sceneLoadCacheOptions;