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(CustomScalarType, Adapter).

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun create(): NormalizedCache

ApolloClient.Builder#addCustomScalarAdapter(CustomScalarType, Adapter).

Link copied to clipboard