I'm sorry - but what do you mean about it 'has' to be cached? The only issue I know of with CFC and caching is with web services. If you call a CFC as a WS, then modify the CFC, you need to refresh the cache in the cf admin (see the web services panel) before you call the WS again.
======================================================================= Raymond Camden, ColdFusion Jedi Master for Macromedia Email : [EMAIL PROTECTED] Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda > -----Original Message----- > From: Neil H. [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 18, 2002 11:12 AM > To: CF-Talk > Subject: Re: Kevin Towes Presentation. > > > Yeah yeah that is what I meant :) but it can't find it > there! And it HAS > to be cached since I remove the .cfc. Is there a way to > eliminate this > cache? > > Neil > > ----- Original Message ----- > From: "Raymond Camden" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Tuesday, June 18, 2002 10:58 AM > Subject: RE: Kevin Towes Presentation. > > > > You wold use: "modules.HelloWorld" - remember to NOT use .cfc. > > > > > ============================================================== > ========= > > Raymond Camden, ColdFusion Jedi Master for Macromedia > > > > Email : [EMAIL PROTECTED] > > Yahoo IM : morpheus > > > > "My ally is the Force, and a powerful ally it is." - Yoda > > > > > -----Original Message----- > > > From: Neil H. [mailto:[EMAIL PROTECTED]] > > > Sent: Tuesday, June 18, 2002 10:55 AM > > > To: CF-Talk > > > Subject: Re: Kevin Towes Presentation. > > > > > > > > > Todd, > > > I understand that but you keep saying \com\macromedia... > > > > > > If I have : > > > > > > MODULES > > > - HelloWorld.cfc > > > Test.cfm > > > > > > where HelloWorld.cfc is in the modules subdirectory on the > > > same level as > > > test.cfm would i then use > > > > > > modules.HelloWorld.cfc? > > > > > > Is there something that needs to be changed to adjust > that caching? > > > ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

