CacheFirstInterceptor

Deprecated

Use the new Normalized Cache at https://github.com/apollographql/apollo-kotlin-normalized-cache

An interceptor that emits the response from the cache first, and if there was a cache miss, emits the response(s) from the network.