That ought to work as long as the directory exists... You might want to try adding action="cache" (I know it's optional, but just in case), and/or using a decimal value instead of createtimespan... Ten minutes is roughly .007 so timespan="0.007" should cache the page for about the same duration.
> What's the secret to get <cfcache> to work? I'm using the > following: > <cfcache timespan="#createTimeSpan(0,0,10,0)#" > cachedirectory="C:\Temp\_cfcache"> > I'm expecting an html file to be written in the > cachedirectory that will > be holding the resulting HTML. Nothing gets generated and > when I > refresh the page CF goes through the work to regenerate > the page. It > seems from the instructions that <cfcache> just saves the > html with a > timestamp at a specified location. It does not appear to > be happening > for me. Any help would be appreciated. > Also, I'm working in a Fusebox 2.0 framework. Where's the > best place to > use <cfcache> since all requests funnel through index.cfm? > The > documentation has a standalone cfm page used with caching. > Does it > matter that every request goes through Index.cfm? > Thanks - > Tom s. isaac dealey 214-823-9345 team macromedia volunteer http://www.macromedia.com/go/team chief architect, tapestry cms http://products.turnkey.to onTap is open source http://www.turnkey.to/ontap ----------------------------------------------- To post, send email to [EMAIL PROTECTED] To unsubscribe: Send UNSUBSCRIBE to [EMAIL PROTECTED] To subscribe / unsubscribe: http://www.dfwcfug.org
