Skip to main content
Latest
method default.prototype.set
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.

Parameters

key: K
value: V
optional
maxAge: number

Returns

boolean