How Can I Invalidate The List Widget Cache
I have 2 types of users
- Managers - who can see all the data associated with any of their users Things
- Users - who can only see the data associated to their Things
I have 2 mashups
- Select User Mashup - this allows the Manager to select a User they want to see the data for
- Display User Data Mashup - this is a separate Mashup that shows the data of the selected User
Managers can select to look at User data by selecting the user from a grid on the Select User Mashup. When a Manager does this, they will have a user property updated (that sets a Thing Name), so they can look at the data in the same way the user would.
This is working well, except once a list widget is populated on the Display User Data Mashup, it does not get updated when I switch users. If I hit refresh on the browser the list widget content is updated to the appropriate user data.
Is there anything I can do to invalidate the cache, so the correct data is displayed in the list widget?

