Hello all,

I'm looking for a way to programmatically perform the same action that 
the "Clear Template Cache Now" button does.

The "Clear Template Cache Now" button is located in the CF 
Administrator under Server Settings->Caching and is situated at the 
bottom of the screen. I'd like to write a script that does the same 
action but I'm not sure what method to call and what .cfc I should be 
getting it from. Here's the frame I've tried to put together so far. 
It's taken pretty much directly from the Macromedia documentation.

<cfscript>
   // Login is always required. This example uses two lines of code.
   adminObj = createObject("component","cfide.adminapi.administrator");
   adminObj.login("admin");

   // Instantiate the data source object.
   myObj = createObject("component","cfide.adminapi.serverinstance");
</cfscript>

After this I pretty much don't know where to go from here. Any help 
would be greatly appreciated.

Thanks,
CS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:216492
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to