nextCache

open override val nextCache: NormalizedCache?

Some cache implementations (e.g. com.apollographql.cache.normalized.internal.OptimisticNormalizedCache and com.apollographql.cache.normalized.memory.MemoryCache) support chaining caches. For those, this returns the next cache in the chain or null if there is none. Implementations that don't support chaining return null.