Hello,

In the cfa_page tag on line 957 (spectra 1.5.1) there is the following code:
<cfcache
  action = "optimal"
  timeOut="#cacheTimeOut#"
  cachedDirectory = "#attributes.cacheDirectory#"
  directory="#attributes.cacheDirectory#">
<cfelseif trim(cacheDirectory) is not "">
<cfcache
  action="optimal"
  timeOut="#cacheTimeOut#"
  cachedDirectory = "#cacheDirectory#"
  cacheDirectory = "#cacheDirectory#"
  directory = "#cacheDirectory#"
>

Is cachedDirectory an undocumented parameter of cfcache or is it a
spelling-error?

Regards,

=========
Johan Coens
<theFactor.e>

Premium Partner for Macromedia

"Imagination is more important than knowledge. Knowledge is limited.
Imagination encircles the world."
Albert Einstein
=========


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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