MemoryCacheFactory

class MemoryCacheFactory @JvmOverloads constructor(maxSizeBytes: Int = Int.MAX_VALUE, expireAfterMillis: Long = -1) : NormalizedCacheFactory

Constructors

Link copied to clipboard
constructor(maxSizeBytes: Int = Int.MAX_VALUE, expireAfterMillis: Long = -1)

Functions

Link copied to clipboard
Link copied to clipboard
open override fun create(): MemoryCache

ApolloClient.Builder#addCustomScalarAdapter(CustomScalarType, Adapter).

Link copied to clipboard