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

x/zoic/zoic.ts>default#clear

A caching middeware library for Deno HTTP framework, Oak.
Go to Latest
method default.prototype.clear
import { default } from "https://deno.land/x/zoic@v1.0.2/zoic.ts";

Manually clears all current cache entries.

Parameters

ctx: Context
next: () => Promise<unknown>