AutoRecacheWriteKeyValueRepo

fun <Id, RegisteredObject> AutoRecacheWriteKeyValueRepo(originalRepo: WriteKeyValueRepo<Id, RegisteredObject>, scope: CoroutineScope, kvCache: FullKVCache<Id, RegisteredObject> = FullKVCache())