()
| 73 | * @publicApi |
| 74 | */ |
| 75 | export 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, |
no test coverage detected
searching dependent graphs…