DatabaseInstanceSettingsDataCacheConfig

data class DatabaseInstanceSettingsDataCacheConfig(val dataCacheEnabled: Boolean? = null)

Constructors

Link copied to clipboard
constructor(dataCacheEnabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether data cache is enabled for the instance. Defaults to false. Can be used with MYSQL and PostgreSQL only.