OkioFileKache
suspend fun OkioFileKache(directory: Path, maxSize: Long, configuration: OkioFileKache.Configuration.() -> Unit = {}): OkioFileKache
Creates a new instance of OkioFileKache with the given directory, maxSize and configuration.
If directory or maxSize are set inside configuration, they will override the values passed as parameters.