CacheQueryOptions constructor

CacheQueryOptions({
  1. bool ignoreSearch,
  2. bool ignoreMethod,
  3. bool ignoreVary,
})

Implementation

external factory CacheQueryOptions({
  bool ignoreSearch,
  bool ignoreMethod,
  bool ignoreVary,
});