cache

suspend fun cache(name: String, block: suspend CacheResourceBuilder.() -> Unit): Cache

Parameters

name

The unique name of the resulting resource.

block

Builder for Cache.

See also


fun cache(name: String): Cache

Parameters

name

The unique name of the resulting resource.

See also