FileKache

suspend fun FileKache(directoryPath: String, maxSize: Long, configuration: FileKache.Configuration.() -> Unit = {}): FileKache

Creates a new FileKache instance with the given directoryPath and maxSize and is configured by configuration.

See also