OkioFileKache

suspend fun OkioFileKache(directory: Path, maxSize: Long, configuration: OkioFileKache.Configuration.() -> Unit = {}): OkioFileKache

Creates a new OkioFileKache with the given directory and maxSize and is configured by configuration.

See also