apiCache

suspend fun apiCache(name: String, block: suspend ApiCacheResourceBuilder.() -> Unit): ApiCache

See also

Parameters

name

The unique name of the resulting resource.

block

Builder for ApiCache.


See also

Parameters

name

The unique name of the resulting resource.