MCPcopy
hub / github.com/angular/angular / withNoHttpTransferCache

Function withNoHttpTransferCache

packages/platform-browser/src/hydration.ts:75–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73 * @publicApi
74 */
75export function withNoHttpTransferCache(): HydrationFeature<HydrationFeatureKind.NoHttpTransferCache> {
76 // This feature has no providers and acts as a flag that turns off
77 // HTTP transfer cache (which otherwise is turned on by default).
78 return hydrationFeature(HydrationFeatureKind.NoHttpTransferCache);
79}
80
81/**
82 * The function accepts an object, which allows to configure cache parameters,

Callers 1

hydration_spec.tsFile · 0.85

Calls 1

hydrationFeatureFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…