setMaximumAmbientCacheSize

abstract suspend fun setMaximumAmbientCacheSize(size: Long)(source)

Sets the maximum ambient cache size in bytes. The default maximum cache size is 50 MB. To disable ambient caching, set the maximum ambient cache size to 0. Setting the maximum ambient cache size does not impact the maximum size of offline packs.

Throws

if the operation failed.