I believe it is an unofficial tag. It was hidden in earlier versions and wasn't in the docs till cf5 or mx, I can't remember which. Just remember it clears _all_ queries, if you want to clear just that query, simply rerun with a timeout of 0, just be sure your SQL is _exactly_ the same, including white space. Prior to MX, I'd use custom tags for my queries, so that was easier to take care of.
======================================================================== === Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc (www.mindseye.com) Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia) Email : [EMAIL PROTECTED] Blog : www.camdenfamily.com/morpheus/blog Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda > -----Original Message----- > From: Bryan F. Hogan [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 30, 2003 8:40 AM > To: CF-Talk > Subject: RE: cfobjectcache for cf5? > > > Unsupported? > > -----Original Message----- > From: Raymond Camden [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 30, 2003 10:07 AM > To: CF-Talk > Subject: RE: cfobjectcache for cf5? > > > If you are using cached queries, then cfobjectcache will do > it, just remember it's unsupported. If you are storing the > query in application.whatever, then you can simply do > structClear(application,"whatever"). > > ============================================================== > ========== > === > Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc > (www.mindseye.com) > Member of Team Macromedia > (http://www.macromedia.com/go/teammacromedia) > > Email : > [EMAIL PROTECTED] > Blog : www.camdenfamily.com/morpheus/blog > Yahoo IM : morpheus > > "My ally is the Force, and a powerful ally it is." - Yoda > > > -----Original Message----- > > From: Tyler Silcox [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, July 30, 2003 7:59 AM > > To: CF-Talk > > Subject: cfobjectcache for cf5? > > > > > > Is there anyway to programically clear the > application/server's cache > > for CF5? I'd like to set up a url to hit to clear out my queries > > whenever the client makes an update...TIA-> > > > > Tyler > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

