method Cache.prototype.hasimport { Cache } from "https://deno.land/x/allo_caching@v1.2.0/mod.ts"; has(key: string): booleanCheck if value exists in cache. Parameterskey: stringReturnsboolean