1. <cfheader name="Last-Modified" value="#variables.lastModified#" />
  2. <cfheader name="ETag" value="#variables.ETag#" />
  3.     
  4. <cfcontent type="text/xml" />
  5. <cfmodule template="tags/scopecache.cfm" cachename="#cachename#" disabled="#disabled#" scope="application" timeout="#application.timeout#">
  6. <cfoutput>#variables.feedXML#</cfoutput>
  7. </cfmodule>