Hello,
I was wondering if there is an easy method to clear the cache in dynamicweb. We have a solution in load balancing and we want to refresh the cache on demand so when we make some changes on one of the servers (like adding a new page, changing info in paragraphs, etc.) they are also updated on the other server.
The clearcache = 1 and refresh=yes are not working. I was thinking of creating a page that clears the ASP.NET cache:
HttpContext.Current.Cache.Remove
but I would need some specific keys to remove only the cache for pages and paragraphs.
Is this a bad idea?