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

x/zoic/zoic.ts

A RESTful API-caching middleware library for Oak/Deno
Latest
import * as zoic from "https://deno.land/x/zoic@v1.0.5/zoic.ts";

Classes

Class to initalize new instance of cache. Takes options to define if cache eviction policy, expiration time for cache itmes, and if response should be returned on cache hit.

Class to initalize new instance of cache. Takes options to define if cache eviction policy, expiration time for cache itmes, and if response should be returned on cache hit.