method LRU.prototype.getimport { LRU } from "https://deno.land/x/velo@0.1.5/mod.ts"; get(key: Key): V | undefinedGets the value for a given key Parameterskey: KeyThe entries key ReturnsV | undefinedThe element with given key or undefined if the key is unknown