Page Processing Tags

namedescription
cfcacheStores a copy of a page on the server and/or client computer, to improve page rendering performance. To do this, the tag creates temporary files that contain the static HTML returned from a ColdFusion page.
cfflushFlushes currently available data to the client.
cfheaderGenerates custom HTTP response headers to return to the client.
cfhtmlheadWrites text to the head section of a generated HTML page.
cfincludeEmbeds references to ColdFusion pages in CFML. You can embed cfinclude tags recursively. For another way to encapsulate CFML, see cfmessagebox. (A ColdFusion page was formerly sometimes called a ColdFusion template or a template.)
cflocationStops execution of the current page and opens a ColdFusion page or HTML file.
cfprocessingdirectiveProvides the following information to ColdFusion about how to process the current page:
cfsettingControls aspects of page processing, such as the output of HTML code in pages.
cfsilentSuppresses output produced by CFML within a tag’s scope.