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

x/zoic/zoic.ts>Zoic#put

A RESTful API-caching middleware library for Oak/Deno
Latest
method Zoic.prototype.put
import { Zoic } from "https://deno.land/x/zoic@v1.0.5/zoic.ts";

Manually sets response to cache.

Parameters

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