Skip to main content
Module

x/aleph/lib/cache.ts>default

The Full-stack Framework in Deno.
Very Popular
Go to Latest
function default
import { default } from "https://deno.land/x/aleph@1.0.0-alpha.72/lib/cache.ts";

fetch and cache remote contents

Parameters

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