import * as zoic from "https://deno.land/x/zoic@v1.0.5/src/lru.ts"; ClassescdefaultCache implementing a least recently used eviction policy. O(1) insert, lookup, and deletion time.