cache

@get:JvmName(name = "cache")
val cache: Cache?


@JvmName(name = "-deprecated_cache")
fun cache(): Cache?

Deprecated (with error)

moved to val

Replace with

cache