NormalizedCacheFactory

abstract class NormalizedCacheFactory

A Factory used to construct an instance of a NormalizedCache configured with the custom scalar adapters set in ApolloClient.Builder#addCustomScalarAdapter(ScalarType, CustomScalarAdapter).

Constructors

Link copied to clipboard
fun NormalizedCacheFactory()

Functions

Link copied to clipboard
fun chain(factory: NormalizedCacheFactory): NormalizedCacheFactory
Link copied to clipboard
abstract fun create(): NormalizedCache

ApolloClient.Builder#addCustomScalarAdapter(ScalarType, CustomScalarAdapter).

Link copied to clipboard
fun createChain(): NormalizedCache

Inheritors

Link copied to clipboard