method Cache.prototype.removeimport { Cache } from "https://deno.land/x/allo_caching@v1.2.0/mod.ts"; remove(key: string): voidRemove value from cache. Parameterskey: stringReturnsvoid