CacheAndNetworkInterceptor

val CacheAndNetworkInterceptor: ApolloInterceptor

An interceptor that goes to cache first and then to the network. An exception is not thrown if the cache fails, whereas an exception will be thrown upon network failure.