DebuggableNormalizedCache

public class DebuggableNormalizedCache
extension DebuggableNormalizedCache: NormalizedCache

DebuggableNormalizedCache is a bridge between ApolloDebugServer and ApolloStore.

You should instantiate both ApolloDebugServer and ApolloStore with the same instance of this class.

  • Initializes the receiver with the underlying cache object.

    Declaration

    Swift

    public init(cache: NormalizedCache)

    Parameters

    cache

    The underlying cache.

NormalizedCache