function cacheFetchimport { cacheFetch } from "https://deno.land/x/aleph@1.0.0-beta.23/server/cache.ts"; cacheFetch(url: string, options?: { forceRefresh?: boolean; retryTimes?: number; userAgent?: string; }): Promise<Response>fetch and cache remote contents Parametersurl: stringoptionaloptions: { forceRefresh?: boolean; retryTimes?: number; userAgent?: string; }ReturnsPromise<Response>