https://docs.stagehand.dev/v3/basics/extract#server-side-caching
see if we can implement this.
possible blockers:
- if we switch to env: BROWSERBASE, server-side caching becomes possible (typically enabled by default), but that requires infrastructure changes.
- Also, per-call cache control (serverCache: false/true) may not be available in our current version combo, even if baseline Browserbase caching works.
Other notes:
- Find out what exactly is cached. If it's the data, then we probably can't save it. If it's metadata or just some page selectors (css, html), then we possibly can enable it.
https://docs.stagehand.dev/v3/basics/extract#server-side-caching
see if we can implement this.
possible blockers:
Other notes: