CRUDCache Repo
fun <ObjectType, IdType, InputValueType> CRUDCacheRepo( parentRepo: CRUDRepo<ObjectType, IdType, InputValueType>, kvCache: KVCache<IdType, ObjectType>, scope: CoroutineScope = CoroutineScope(Dispatchers.Default), idGetter: (ObjectType) -> IdType)
Content copied to clipboard