micro_utils.dokka
0.19.3
common
micro_utils.dokka
/
dev.inmo.micro_utils.repos.cache
/
WriteCRUDCacheRepo
/
WriteCRUDCacheRepo
Write
CRUDCache
Repo
constructor
(
parentRepo
:
WriteCRUDRepo
<
ObjectType
,
IdType
,
InputValueType
>
,
kvCache
:
KVCache
<
IdType
,
ObjectType
>
,
scope
:
CoroutineScope
=
CoroutineScope(Dispatchers.Default)
,
idGetter
:
(
ObjectType
)
->
IdType
)