MultiCacheQueryOptions constructor

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

Implementation

external factory MultiCacheQueryOptions({
  bool ignoreSearch,
  bool ignoreMethod,
  bool ignoreVary,
  String cacheName,
});