JavaFileKache

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

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

See also