Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/dtils/cache.ts>FsCache#clear

The best unofficial library of utilities for Deno applications
Go to Latest
method FsCache.prototype.clear
import { FsCache } from "https://deno.land/x/dtils@2.3.1/cache.ts";

Removes all entries under scope in cache dir

Returns

Promise<void>