Skip to main content
Module

x/zoic/src/lru.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/src/lru.ts";

Classes

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