MCPcopy Index your code
hub / github.com/angular/angular / isNonCacheableRequest

Function isNonCacheableRequest

packages/common/http/src/transfer_cache.ts:347–349  ·  view source on GitHub ↗
(cache: RequestCache)

Source from the content-addressed store, hash-verified

345}
346
347function isNonCacheableRequest(cache: RequestCache): boolean {
348 return cache === 'no-cache' || cache === 'no-store';
349}
350
351function hasOutgoingCredentials(req: HttpRequest<unknown>): boolean {
352 const {withCredentials, credentials} = req;

Callers 1

canUseOrCacheRequestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…