Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lume/core/cache.ts>default#set

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
method default.prototype.set
import { default } from "https://deno.land/x/lume@v1.17.4/core/cache.ts";

Parameters

content: string | Uint8Array
key: any
result: string | Uint8Array

Returns

Promise<void>