micro_utils.dokka
0.16.4
common
micro_utils.dokka
/
dev.inmo.micro_utils.repos.cache
/
ReadCRUDCacheRepo
/
ReadCRUDCacheRepo
Read
CRUDCache
Repo
fun
<
ObjectType
,
IdType
>
ReadCRUDCacheRepo
(
parentRepo
:
ReadCRUDRepo
<
ObjectType
,
IdType
>
,
kvCache
:
KVCache
<
IdType
,
ObjectType
>
,
idGetter
:
(
ObjectType
)
->
IdType
)