FullCRUDCacheRepo

constructor(parentRepo: CRUDRepo<ObjectType, IdType, InputValueType>, kvCache: FullKVCache<IdType, ObjectType>, scope: CoroutineScope = CoroutineScope(Dispatchers.Default), idGetter: (ObjectType) -> IdType)