Skip to main content
Module

x/zoic/zoic.ts

A caching middeware library for Deno HTTP framework, Oak.
Go to Latest
import * as zoic from "https://deno.land/x/zoic@v1.0.2/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.