api Cache Resource
suspend fun apiCacheResource(name: String, block: suspend ApiCacheResourceBuilder.() -> Unit): ApiCache
See also
Parameters
name
The unique name of the resulting resource.
block
Builder for ApiCache.
The unique name of the resulting resource.
Builder for ApiCache.