method Zoic.prototype.putimport { Zoic } from "https://deno.land/x/zoic@v1.0.5/zoic.ts"; put(ctx: Context, next: () => Promise<unknown>)Manually sets response to cache. Parametersctx: Contextnext: () => Promise<unknown>