Flush ColdFusion trusted cache from Farcry Webtop

You can improve (production) performance by turning on trusted cache for your ColdFusion server. However, it's easy to forget that trusted cache is on when you do an update. Here is how to add this functionality to the FarCry Webtop so you can flush cache when you re-initialise the application.

https://gist.github.com/212620

1300 views and 3 responses

  • Jan 29 2010, 4:23 PM
    Knut responded:
    Hi Geoff,

    do the files "configColdFusion.cfc.xml" and "UpdateApp.cfc.xml" really have to be stored with .cfc.xml extension ?

    Regards .. Knut

  • Jan 29 2010, 6:56 PM
    Geoff Bowers responded:
    @knut No, remove the .xml its there to force Gist to format the code correctly. I might remove that to make things clearer.
  • Jan 30 2010, 7:48 AM
    Knut responded:
    @geoff, thanks for clarification.