copy
Deprecated
This will be removed from future releases after 2025-09-30.
Replace with
CachingConfiguration(storageConfiguration, maxMemorySize, refreshPeriod)
Creates a copy of this CachingConfiguration object with optional parameter overrides.
Parameters
Size limit for in-memory tile store, defaults to the current value.
Persistent cache storage configuration, defaults to the current value.
See also
for more details.
for more details.
Deprecated
This will be removed from future releases after 2025-09-30.
Replace with
CachingConfiguration(storageConfiguration, maxMemorySize, refreshPeriod)
Creates a copy of this CachingConfiguration object with optional parameter overrides.
Parameters
Size limit for the in-memory tile store, defaults to the current value.
Persistent cache storage configuration, defaults to the current value.
The period after which a downloaded tile is considered stale and triggers an automatic refresh when accessed. Defaults to the current value.
See also
for more details.
for more details.
for more details. WARNING: This parameter has effect only with the NdsLiveFeature feature toggle enabled.