I was wondering if I could get an explanation of how caching works when handling dynamically generated content.
For example, I have member data shown on pages when a user is logged in. If I were to turn caching on for a template that shows logged in user information - does that get cached? Is there a possibility another user will login, visit that page and see cached user data for another user?
Thanks,
Carlos