ApolloCacheHeaders
A collection of cache headers that Apollo's implementations of NormalizedCache respect.
Properties
When true, missing fields from the cache should result in an exception.
The current date, as the number of seconds since the epoch.
When true, records from this request should not be stored in the NormalizedCache.
When true, field errors should replace cached values.
The value of this header will be stored in the Record's expiration date.
When true, records should be stored and read from the com.apollographql.cache.normalized.memory.MemoryCache only.
The value of this header will be stored in the Record's received date.
When true, GraphQL errors in the cache should be treated as cache misses.
When true, NormalizedCache.merge skips merging records with the existing ones, instead, they are inserted as-is.