KxClusterDatabaseCacheConfiguration

data class KxClusterDatabaseCacheConfiguration(val cacheType: String, val dbPaths: List<String>? = null)

Constructors

Link copied to clipboard
constructor(cacheType: String, dbPaths: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Type of disk cache.

Link copied to clipboard
val dbPaths: List<String>? = null

Paths within the database to cache.