public interface NormalizedCacheFactory<T extends NormalizedCache>
NormalizedCache configured with the custom scalar adapters set
in ApolloClient.Builder.addCustomTypeAdapter(ScalarType, CustomTypeAdapter).| Modifier and Type | Method and Description |
|---|---|
T |
createNormalizedCache(RecordFieldAdapter recordFieldAdapter) |
T createNormalizedCache(RecordFieldAdapter recordFieldAdapter)
recordFieldAdapter - A RecordFieldAdapter configured with the custom scalar adapters set in ApolloClient.Builder.addCustomTypeAdapter(ScalarType,
CustomTypeAdapter).NormalizedCache.