setIgnoreCacheKeys method
Implementation
BuildRequest<T> setIgnoreCacheKeys(List<String> keys) {
_ignoreCacheKeys.addAll(keys);
return this;
}
BuildRequest<T> setIgnoreCacheKeys(List<String> keys) {
_ignoreCacheKeys.addAll(keys);
return this;
}