Yea, it nukes everything. Again, if this is bad, just write code to clear just the cache. If you are using MX, this would be very easy in a CFC.
======================================================================== === 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 8:51 AM > To: CF-Talk > Subject: RE: cfobjectcache for cf5? > > > Yep, its queries that I'm caching...so it was there, but > unsupported in 5? Does the tag behave the same way in CF5 as > it does in CFMX? From what I can tell, the tag clears all > the cached queries for the whole server, is this the proper behavior? > > Tyler > > -----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 Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

