SystemaCache

data class SystemaCache(var values: MutableMap<String, String>)

Constructors

Link copied to clipboard
fun SystemaCache(values: MutableMap<String, String>)

Properties

Link copied to clipboard
var values: MutableMap<String, String>