Skip to main content
Go to Latest
method DiskCache.prototype.set
import { DiskCache } from "https://deno.land/x/deno_cache@0.5.2/disk_cache.ts";

Parameters

filename: string
data: Uint8Array

Returns

Promise<void>