There are multiple levels of caching with CFMX. You can cache the compiled
java class files, which means your not even looking at the cfm files
anymore. If you check this them the cfm files will not be checked for
changes. 

Russ

> -----Original Message-----
> From: Terry Riley [mailto:[EMAIL PROTECTED] 
> Sent: 15 March 2004 17:21
> To: [EMAIL PROTECTED]
> Subject: [ cf-dev ] Caching Templates
> 
> 
> 
> 
> My understanding of the options in MX6.1 Admin on this issue is fuzzy.
> 
> ISTM that in earlier versions, the template cache was exactly 
> that; the 
> precompiled pages would sit in memory until called. If it 
> wasn't in the 
> cache, it would be called/compiled then stuffed in the cache, 
> if there was 
> enough room (memory). So you put in a number that was equal 
> to or greater 
> than the sum of all your .cfm files. Right?
> 
> Now in MX/MX6.1, this appears not to be the case. The class files are 
> created the first time the page is run, and that's it. The current 
> 'template cache' would appear to be the templates that are 
> set up with 
> <cfcache>, or am I totally wrong about this whole issue?
> 
> I know it's a Monday, and not all brains are firing on a full bank of 
> cylinders (mine included), but any help/pointers would be appreciated.
> 
> As an aside, does anyone here *use* <cfcache> to any degree?
> 
> Cheers
> Terry
> 
> -- 
> These lists are syncronised with the CFDeveloper forum at 
> http://forum.cfdeveloper.co.uk/
> Archive: 
> http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
>  
> CFDeveloper Sponsors and contributors:-
> *Hosting and support provided by CFMXhosting.co.uk* :: 
> *ActivePDF provided by activepdf.com*
>       *Forums provided by fusetalk.com* :: *ProWorkFlow 
> provided by proworkflow.com*
>            *Tutorials provided by helmguru.com* :: *Lists 
> hosted by gradwell.com*
> 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> 


-- 
These lists are syncronised with the CFDeveloper forum at 
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
 
CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by 
activepdf.com*
      *Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com*
           *Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com*

To unsubscribe, e-mail: [EMAIL PROTECTED]

Reply via email to