Skip to main content
Module

x/plug/deps.ts>Cache.remove

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

Parameters

url: string | URL
optional
ns: string

Returns

Promise<boolean>