KVCache

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