import { KeyValueCache } from "https://deno.land/x/ts_morph@18.0.0/common/ts_morph_common.js";
Methods
clear()
get(key)
getKeys()
getOrCreate(key, createFunc)
getSize()
has(key)
removeByKey(key)
replaceKey(key, newKey)
set(key, value)
x/ts_morph/common/ts_morph_common.js>KeyValueCache
import { KeyValueCache } from "https://deno.land/x/ts_morph@18.0.0/common/ts_morph_common.js";