fileCache

suspend fun fileCache(name: String, block: suspend FileCacheResourceBuilder.() -> Unit): FileCache

See also

Parameters

name

The unique name of the resulting resource.

block

Builder for FileCache.


See also

Parameters

name

The unique name of the resulting resource.