Skip to main content
Module

x/plug/deps.ts>Cache.exists

🔌 Deno plugin management library
Go to Latest
function Cache.exists
import { Cache } from "https://deno.land/x/plug@0.5.2/deps.ts";
const { exists } = Cache;

Parameters

url: string | URL
optional
ns: string

Returns

Promise<boolean>