I have a question about using cfcache with fusebox. If I have an action like
<cfcase value="ShowSchedule">
<cfinclude template="Query_SelectSchedule.cfm">
<cfinclude template="Display_Schedule.cfm">
</cfcase>
I want to use cfcache on Display_Schedule.cfm. The link would be listed as
index.cfm?action=ShowSchedule. If that is the case then the query would run.
Or would you put the cfcache tag in both templates?
Or is this an instance where fusebox is not the way to go and just combine
the two templates into one page and have
<cfcase value="ShowSchedule">
<cfinclude template="Query_Display_Schedule.cfm">
</cfcase>
Thanks,
Sebastian
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists