Soil
Toggle table of contents
1.0.0-alpha11
common
Platform filter
common
Switch theme
Search in API
Soil
soil-query-compose
/
soil.query.compose
/
CachingStrategy
/
CacheFirst
Cache
First
@
Stable
data
object
CacheFirst
:
CachingStrategy
,
QueryStrategy
,
InfiniteQueryStrategy
Members
Functions
collect
As
State
Link copied to clipboard
@
Composable
open
override
fun
<
T
,
S
>
collectAsState
(
query
:
InfiniteQueryRef
<
T
,
S
>
)
:
QueryState
<
QueryChunks
<
T
,
S
>
>
@
Composable
open
override
fun
<
T
>
collectAsState
(
query
:
QueryRef
<
T
>
)
:
QueryState
<
T
>