Source position: wasm.http.objects.pas line 39
type TWasmHTTPCache = (
whcDefault,
whcNoStore,
whcReload,
whcNoCache,
whcForceCache,
whcOnlyIfCached
);