Allright, it is a spelling error, but not ignorable. Look at:
 <cfcache
   action = "optimal"
   timeOut="#cacheTimeOut#"
   cachedDirectory = "#attributes.cacheDirectory#"
   directory="#attributes.cacheDirectory#">

and the cfdocs:
CACHEDIRECTORY: Optional. Specifies the fully qualified path of the
directory where the pages are to be cached. The default is the directory of
the current page.

If you specify a cachedirectory, the pages will be cached in the directory
of the page which is being cached (cacheDirectory is not specified because
of the spelling error). But, in the second hand the param directory has been
spelled well, this meens the flush will be looking in the specified cache
directory, which means the cached pages will not be flushed.

Regards,
Johan


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to