Skip to main content
Latest
method default.prototype.get
import { default } from "https://deno.land/x/lru_cache@6.0.0-deno.4/mod.ts";

Will update the "recently used"-ness of the key. They do what you think. maxAge is optional and overrides the cache maxAge option if provided.

If the key is not found, will return undefined.

Returns

V | undefined