InMemoryKache

fun <K : Any, V : Any> InMemoryKache(maxSize: Long, configuration: InMemoryKache.Configuration<K, V>.() -> Unit = {}): InMemoryKache<K, V>

Creates a new instance of InMemoryKache with a configuration that is initialized by maxSize and configuration lambda.

See also