Demo Lab
Cache policy
EventMap uses different cache rules for controlled content, live API data and demo preview scenarios.
Controlled content
Static detail pages use internal controlled data and do not depend on Ticketmaster during build.
- revalidate
- none
- tags
- none
london-music-nightberlin-design-weeknew-york-rooftop-jazzlondon-family-workshopberlin-food-marketnew-york-digital-art-expolondon-summer-footballberlin-theatre-weekendnew-york-film-premiere
Live Ticketmaster data
Live API helpers use fetch revalidation and tags for future invalidation.
- revalidate
- 300s
- revalidate
- 600s
- tags
- live-events
- tags
- live-event-detail
live-eventslive-event-detaillive-event-detail:event-id
Preview and demo
Preview-like scenarios can opt out of caching with no-store.
- no-store
- no-store
london-music-nightberlin-design-week
Back to Demo Lab