Here is an issue. My company is using DNN 3.1 for a huge project, stilll on progress.
The current version we r working on has such a problem, when a user add a new page, (like a sub-item), it won't show up instantly. A couple days ago I was thinking it might be the DNN issue, later on I found it's actually we have a developer wrote a singleton class to load the menu items from database.
I don't want to change this class too much, and I am not very familiar with DNN, but I found there is a class
DotNetNuke.Common.Utilities.DataCache
handling some cache stuffs. Can I make use of it?
Or which document I should read to know about it?
any suggestion or help is appreciated.
thanks!