MultiCacheQueryOptions constructor

MultiCacheQueryOptions({
  1. String? cacheName,
  2. bool? ignoreMethod,
  3. bool? ignoreSearch,
  4. bool? ignoreVary,
})

Implementation

factory MultiCacheQueryOptions({
  _i2.String? cacheName,
  _i2.bool? ignoreMethod,
  _i2.bool? ignoreSearch,
  _i2.bool? ignoreVary,
}) =>
    MultiCacheQueryOptions._(
      cacheName: cacheName,
      ignoreMethod: ignoreMethod,
      ignoreSearch: ignoreSearch,
      ignoreVary: ignoreVary,
    );