Skip to main content
Module

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

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

Adds new item to cache.

Parameters

key: string
value: cacheValue
byteSize: number