method LRUMap.prototype.setimport { LRUMap } from "https://deno.land/x/cache_mapset@1.0.0/lru.ts"; set(key: K, value: V): thisParameterskey: Kvalue: VReturnsthis