NetworkCacheInterceptor
class NetworkCacheInterceptor(maxAge: Int = 1, timeUnit: TimeUnit = TimeUnit.MINUTES, cacheControlAbbreviation: String = "Cache-control") : Interceptor
In order to cache the response build cache see @see Context.retrofitCache()
OkHttpClient.Builder().cache(cache).addNetworkInterceptor(networkCacheInterceptor)