I have a versioned list that I need to cache list items for.
The effect of which being:
- If a user has permission to view non published items the cache can return the item pending approval.
- However if the user does not have permission I can display the last published version of the list item.
Has anyone done this or know how/if it can be done, thanks?
I'm using C# and SharePoint 2010.