I have 2 CD servers using Sitecore 7.5 that have the actual Sitecore interfaces turned off. Is there any way for me to clear the caches on the 2 CD servers? I know that there is probably a way I could write code to do it, but I would be surprised that there is no way to do it out of the box.
Thanks, Corey
As @Marek mentioned, you have to have your html cache clearing specified for your site in the web.config. Since you're trying to clear the cache on the CD servers, you have to have this defined in the
publish:end:remote
event vs thepublish:end
event.:Assuming you have a new site defined that is not the OOTB website site definition, you just have to put your name in where I have
YOUR SITE DEFINITION SITE NAME HERE
above and your cache should clear on a publish.