CacheQueryOptions constructor

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

Implementation

CacheQueryOptions({
  this.ignoreSearch,
  this.ignoreMethod,
  this.ignoreVary,
});