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#get

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

Parameters

content: any
key: any

Returns

Promise<Uint8Array | undefined>