Caching parts of ColdFusion pages
8> <tr> <td>#ItemNAme#</td> <td>#Item_Link#</td> <td>#Description#</td> <td>#salePrice#</td> </tr> </cfoutput> </table> </cfsavecontent> <!--- Save the results in the Application scope ---> <cflock scope="Application" type="Exclusive" timeout=30> <cfset Application.productCache = ProductCache> </cflock> </cfif> <!--- Use the Application scope variable to display the sale items ... http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/appfra26.htm [cache]