checkPresences

@JvmName(name = "oxomdygrhqumytip")
suspend fun checkPresences(value: Output<List<String>>)
@JvmName(name = "cxdvxmnsywmhofwb")
suspend fun checkPresences(value: List<String>?)

Parameters

value

Checks for the presence of these cookie names. The presence of these cookies is used in building the cache key.


@JvmName(name = "yseyhjgipbsxyjii")
suspend fun checkPresences(vararg values: Output<String>)


@JvmName(name = "dvxxpguwwodwthtu")
suspend fun checkPresences(values: List<Output<String>>)
@JvmName(name = "aeqeixqvyxtsawsh")
suspend fun checkPresences(vararg values: String)

Parameters

values

Checks for the presence of these cookie names. The presence of these cookies is used in building the cache key.