FullKVCache

inline fun <K, V> FullKVCache(kvParent: KeyValueRepo<K, V> = MapKeyValueRepo<K, V>()): SimpleFullKVCache<K, V>