file Cache Resource
suspend fun fileCacheResource(name: String, block: suspend FileCacheResourceBuilder.() -> Unit): FileCache
See also
Parameters
name
The unique name of the resulting resource.
block
Builder for FileCache.
The unique name of the resulting resource.
Builder for FileCache.