| name | description |
| cfcache | Stores 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. |
| cfflush | Flushes currently available data to the client. |
| cfheader | Generates custom HTTP response headers to return to the client. |
| cfhtmlhead | Writes text to the head section of a generated HTML page. |
| cfinclude | Embeds 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.) |
| cflocation | Stops execution of the current page and opens a ColdFusion page or HTML file. |
| cfprocessingdirective | Provides the following information to ColdFusion about how to process the current page: |
| cfsetting | Controls aspects of page processing, such as the output of HTML code in pages. |
| cfsilent | Suppresses output produced by CFML within a tag’s scope. |