NormalizedCacheFactory

Deprecated

Use the new Normalized Cache at https://github.com/apollographql/apollo-kotlin-normalized-cache

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