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