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