Showcases separate browser and server cache declarations around one product lookup.
Key files:
index.htmlshows the product title and call count.main.jsregisters browser/server caches, a server lookup, and a load handler.
Start from the repo root:
python3 -m http.server 4173Open http://127.0.0.1:4173/examples/cache/.
Verify:
pnpm run examples:check