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

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

Parameters

key: string
options: { ignoreMaxAge?: boolean; }