method LRU.prototype.removeimport { LRU } from "https://deno.land/x/velo@0.1.5/mod.ts"; remove(key: Key)Removes the cache entry with given key Parameterskey: KeyThe entries key