Set the cache for the request.
setCache(Duration? duration, String cacheKey) { _cacheDuration = duration; _cacheKey = cacheKey; }