SimpleKVCache

fun <K, V> SimpleKVCache(cachedValuesCount: Int, kvParent: KeyValueRepo<K, V> = MapKeyValueRepo<K, V>())