I have created a custom section / tab within the contact area.
The user control simply updates some data and displays the results in an html table.
The tab / usercontrol works fine. Updates data ok and displays the results on. The problem is the umbraco caching. Once I navigate away from the content area or load any other node then go back to my custom section tab it then loads the original cached version.
I wont to know if there is any way to clean out the dashboard cache or even better clear out the cache for my specific custom section.
I'm sure there's a better way but for now how I have got around this by....
Displaying all my custom section within an iframe. This was umbraco only caches the iframe container and not the page doing all the fancy stuff. It would be great to do this the correct way so if anyone has any ideas how this should be handled please let me know.
Custom section - Refresh / Clear / Delete Cache
Hi,
I have created a custom section / tab within the contact area.
The user control simply updates some data and displays the results in an html table.
The tab / usercontrol works fine. Updates data ok and displays the results on. The problem is the umbraco caching. Once I navigate away from the content area or load any other node then go back to my custom section tab it then loads the original cached version.
I wont to know if there is any way to clean out the dashboard cache or even better clear out the cache for my specific custom section.
Thanks
David
Hi,
I'm sure there's a better way but for now how I have got around this by....
Displaying all my custom section within an iframe. This was umbraco only caches the iframe container and not the page doing all the fancy stuff. It would be great to do this the correct way so if anyone has any ideas how this should be handled please let me know.
Thanks
David
is working on a reply...