withOfflineCache

fun withOfflineCache(offlineCache: String): WebcomConfiguration

Creates a copy of this WebcomConfiguration with the WebcomConfiguration.offlineCache property set to offlineCache.

This method is technically equivalent to this.copy(offlineCache = offlineCache) and is provided for convenience.