micro_utils.dokka
0.15.0
android
micro_utils.dokka
/
dev.inmo.micro_utils.repos.cache.full
/
[android]FullReadCRUDCacheRepo
/
FullReadCRUDCacheRepo
Full
Read
CRUDCache
Repo
android
fun
<
ObjectType
,
IdType
>
FullReadCRUDCacheRepo
(
parentRepo
:
ReadCRUDRepo
<
ObjectType
,
IdType
>
,
kvCache
:
FullKVCache
<
IdType
,
ObjectType
>
,
idGetter
:
(
ObjectType
)
->
IdType
)