Skip to main content
Module

x/zoic/src/lru.ts

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

Classes

Cache implementing a least recently used eviction policy. O(1) insert, lookup, and deletion time.