CachePolicyCacheKeyPolicy constructor

CachePolicyCacheKeyPolicy({
  1. List<String>? excludedQueryParameters,
  2. bool? includeHost,
  3. bool? includeProtocol,
  4. bool? includeQueryString,
  5. List<String>? includedCookieNames,
  6. List<String>? includedHeaderNames,
  7. List<String>? includedQueryParameters,
})

Implementation

CachePolicyCacheKeyPolicy({
  this.excludedQueryParameters,
  this.includeHost,
  this.includeProtocol,
  this.includeQueryString,
  this.includedCookieNames,
  this.includedHeaderNames,
  this.includedQueryParameters,
});