apollo-kotlin
3.8.2
apollo-http-cache
/
com.apollographql.apollo3.cache.http
/
HttpFetchPolicy
Http
Fetch
Policy
enum
HttpFetchPolicy
:
Enum
<
HttpFetchPolicy
>
Content copied to clipboard
Entries
Properties
Entries
CacheFirst
Link copied to clipboard
CacheFirst
Content copied to clipboard
Try cache first, then network
CacheOnly
Link copied to clipboard
CacheOnly
Content copied to clipboard
Only try cache
NetworkFirst
Link copied to clipboard
NetworkFirst
Content copied to clipboard
Try network first, then cache
NetworkOnly
Link copied to clipboard
NetworkOnly
Content copied to clipboard
Only try network
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard