Technical support This forum is closed.
Version 1.x > Technical support > Caching and editing of the content View modes: 
User avatar
Member
Member
janusz - 5/30/2006 5:11:40 PM
   
Caching and editing of the content
Hi,

We have enabled caching on our sites (using the CMSCacheMinutes and CMSCachePageInfoMinutes), the performance is really much better. However, we can't see the editing changes immediately and therefore there is no way how the editors can see how their change looks like on the published pages.

Is there any way how to flush the cache in the application using some button? (Version: 1.7.2088)

Thank you,

Janusz

User avatar
Guest
admin - 6/1/2006 4:07:52 PM
   
Re: Caching and editing of the content
Hi Janusz,

Thank you for your message. Unfortunately, this option is currently not supported. We plan to solve it in version 2.0.

In the meantime, you could try placing a button in the CMSDesk header for your users that would allow them to clear the entire cache manually using this code:

Dim objItem As DictionaryEntry
For Each objItem In Cache
Cache.Remove(objItem.Key.ToString())
Next

I'm sorry that I cannot provide you a better solution at this moment.

Best Regards,