Clearing Template Cache Article
Today I have an article in the ColdFusion developer center that shows you how to automate the clearing of the trusted cache. It shows how to use a directory watcher event gateway to detect file changes and clear the trusted cache for you. This way even if you have a site that has frequent CFM or CFC changes, you can leave trusted cache on and not have to worry about forgetting to clear it.


Great article! I can't wait to get my company to try this on our production servers.