equivalent of `Cache-Control: no-cache`

If provide cache: in drizzle() constructor, but you do .$withCache(false) at the call level, does it at least update the cache (equivalent of Cache-Control: no-cache)?
Was this page helpful?