const __cache = new Map() function cacheGet(key) { return ... return __cache.set(key, value) } function cacheClear() { __cache.clear() }.
確定! 回上一頁