But the original code had both cachedirectory AND the mispelled version.

=======================================================================
Raymond Camden, Principal Spectra Compliance Engineer for Macromedia

Email    : [EMAIL PROTECTED]
Yahoo IM : morpheus

"My ally is the Force, and a powerful ally it is." - Yoda

> -----Original Message-----
> From: Johan Coens [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 30, 2001 10:04 AM
> To: Spectra-Talk
> Subject: RE: Spelling-error cfcache tag in cfa_page?
>
>
> 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