Skip to main content
Module

x/aleph/server/cache.ts>cacheFetch

The Full-stack Framework in Deno.
Very Popular
Go to Latest
function cacheFetch
import { cacheFetch } from "https://deno.land/x/aleph@1.0.0-beta.1/server/cache.ts";

fetch and cache remote contents

Parameters

url: string
optional
options: { forceRefresh?: boolean; retryTimes?: number; userAgent?: string; }