On this page
HttpTransferCacheOptions
type-alias
Options to configure how TransferCache should be used to cache requests made via HttpClient.
type HttpTransferCacheOptions = {
    includeHeaders?: string[];
    filter?: (req: HttpRequest<unknown>) => boolean;
    includePostRequests?: boolean;
};
  © 2010–2023 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
 https://angular.io/api/common/http/HttpTransferCacheOptions