Package-level declarations

Functions

Link copied to clipboard

@JvmName(name = "configureApolloClientBuilder")
fun ApolloClient.Builder.httpCache(directory: File, maxSize: Long): ApolloClient.Builder

Configures a persistent LRU HTTP cache for the ApolloClient.

Link copied to clipboard

Configures httpDoNotStore. Entries will never be stored if set to true.

Link copied to clipboard

Configures httpExpireAfterRead. Entries will be removed from the cache after read if set to true.

Link copied to clipboard

Configures httpExpireTimeout. Entries will be removed from the cache after this timeout.