async function doGet()

in cache_api/src/index.js [14:17]


    async function doGet() {
      const res = await cache.get(url.origin);
      return res;
    }