How can I clear the cache created by already loaded elements in the tree?
This is neccessary for the following scenario: subitems are loaded based on values entered in one of the parent items. Suppose I change parent values, I want to close all the child items and let the user click his way through them again loading content from server.
Please advise?