FetchPolicy

enum FetchPolicy : Enum<FetchPolicy>

Entries

Link copied to clipboard

Try the cache, if that failed, try the network.

Link copied to clipboard

Only try the cache.

Link copied to clipboard

Try the network, if that failed, try the cache.

Link copied to clipboard

Only try the network.

Link copied to clipboard

Try the cache, then also try the network.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int