withNoHttpTransferCache
Disables HTTP transfer cache. Effectively causes HTTP requests to be performed twice: once on the server and other one on the browser.
withNoHttpTransferCache(): HydrationFeature<HydrationFeatureKind.NoHttpTransferCache>
Parameters
There are no parameters.