setRequestIgnoreCacheTime method

BuildRequest<T> setRequestIgnoreCacheTime(
  1. bool ignoreCache
)

Implementation

BuildRequest<T> setRequestIgnoreCacheTime(bool ignoreCache) {
  _requestIgnoreCacheTime = ignoreCache;
  return this;
}