class weakcache.WeakLRUCache extends Mapimport { weakcache } from "https://deno.land/x/live@1.53.6/deps.ts"; const { WeakLRUCache } = weakcache; ConstructorsnewWeakLRUCache(options)Methodsclear()delete(key)get(key, mode)getValue(key)insert(key,entry,expirationPriority,)onRemove(entry)set(key,entry,expirationPriority,)setValue(key,value,expirationPriority,)used(entry, expirationPriority)