copy

fun copy(cacheMemoryMaxSize: Memory = this.cacheMemoryMaxSize, cacheStorageConfiguration: CacheStorageConfiguration? = this.cacheStorageConfiguration): CachingConfiguration

Creates a copy of this CachingConfiguration object with optional parameter overrides.

Parameters

cacheMemoryMaxSize

Size limit for in-memory tile store, defaults to the current value.

cacheStorageConfiguration

Persistent cache storage configuration, defaults to the current value.

See also