Skip to main content
Module

x/zoic/src/lru.ts>default#get

A caching middeware library for Deno HTTP framework, Oak.
Go to Latest
method default.prototype.get
import { default } from "https://deno.land/x/zoic@v1.0.2/src/lru.ts";

Gets item from cache and moves to head -- most recently used.

Parameters

key: string