SwrCachePlusPolicy

Properties

Link copied to clipboard
Link copied to clipboard
abstract val coroutineScope: CoroutineScope

CoroutineScope for coroutines executed on the SwrCache.

Link copied to clipboard
abstract val errorRelay: ErrorRelay?

Specify the mechanism of ErrorRelay when using SwrClient.errorRelay.

Link copied to clipboard
abstract val mainDispatcher: CoroutineDispatcher

CoroutineDispatcher for the main thread.

Link copied to clipboard

Receiving events of memory pressure.

Link copied to clipboard

Default MutationOptions applied to Mutation.

Link copied to clipboard

Extension receiver for referencing external instances needed when executing mutate.

Link copied to clipboard

Receiving events of network connectivity.

Link copied to clipboard

The delay time to resume queries after network connectivity is reconnected.

Link copied to clipboard

The specified filter to resume queries after network connectivity is reconnected.

Link copied to clipboard
abstract val queryCache: QueryCache

Management of cached data for inactive Query instances.

Link copied to clipboard

Default QueryOptions applied to Query.

Link copied to clipboard

Extension receiver for referencing external instances needed when executing fetch.

Link copied to clipboard

Management of cached data for inactive Subscription instances.

Link copied to clipboard
Link copied to clipboard

Extension receiver for referencing external instances needed when executing subscribe.

Link copied to clipboard

The specified filter to resume queries after window visibility is refocused.

Link copied to clipboard

Receiving events of window visibility.