What should be the caching strategy for serving dynamic pages to anonymous users?
Most of our web apps have dynamic pages that can be viewed by anonymous users. What's your caching strategy for serving pages to these non-logged in users? Do you cache pages for specific time or do you invalidate the pages if any action occurs?
Jan Vladimir Mostert
Idea Incubator
It all depends on how time sensitive that content is and whether you care about anonymous users seeing old / outdated content or not.