I do think some things are being mixed up here: 1. Hyperdrive’s cache is only specific to Hyperdriv

I do think some things are being mixed up here:

  1. Hyperdrive’s cache is only specific to Hyperdrive (per config ID). The
    maxage
    in Hyperdrive dictates that caches maximum TTL per unique query. It’s not a CDN cache and doesn’t cache any results in the browser.
    maxage
    is just a common name for a TTL-based cache configuration setting.
  2. You can also use Cloudflare’s CDN cache from a Worker or Pages app, but there is no intersection with Hyperdrive (unless you actively choose to insert things into it).
Was this page helpful?