I am working on a site in which some menu items are visible only to registered members.
Typically, when developing using an RT template, whenever I make menu changes, I need to clear the cache on the back end before those changes are visible on the front end.
Considering this, when a user access my site, they will not see the hidden menu items until they log in. However, upon login, the cache must be cleared before the 'registered users only' menu items become visible.
Thus, having menu items viewable by registered users only is not really workable, since after login, if cache is not cleared on the back-end, the hidden menu items will still not show up.
Has anyone else come across this issue? Is there any workaround, other than to disable cache (not preferred, for performance reasons)?