setIgnoreCacheKey method

BuildRequest<T> setIgnoreCacheKey(
  1. String key
)

Implementation

BuildRequest<T> setIgnoreCacheKey(String key) {
  _ignoreCacheKeys.add(key);
  return this;
}