toggle menu
KacheController
jvm
switch theme
search in API
kachecontroller-exposed
/
com.funyinkash.kachecontroller
/
ExposedKacheController
/
setAll
set
All
suspend
fun
<
T
:
Model
>
setAll
(
table
:
Table
,
serializer
:
KSerializer
<
T
>
,
expire
:
Duration
?
=
null
,
invalidateVolatiles
:
Boolean
=
true
,
maxCacheSize
:
Int
?
=
null
,
cacheKey
:
String
=
table.cacheKey()
,
setData
:
suspend
Table
.
(
)
->
List
<
T
>
?
)
:
Boolean