CacheInfo
Deprecated
Use the new Normalized Cache at https://github.com/apollographql/apollo-kotlin-normalized-cache
Parameters
isCacheHit
true if this was a cache hit
cacheMissException
the exception while reading the cache. Note that it's possible to have isCacheHit == false &&cacheMissException == null if no cache read was attempted