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

x/alfredo/lib/alfredo/cache/cache.ts>Cache#set

Your Alfred workflows on steroids with Deno
Latest
method Cache.prototype.set
import { Cache } from "https://deno.land/x/alfredo@0.4.3/lib/alfredo/cache/cache.ts";

Parameters

key: string | { [key: string]: unknown; }
val: unknown
optional
opts: { maxAge?: number; }