<cfcache>
What it does
The cfcache
tag takes dynamic content created by your page and stores it to a static
file. This can greatly increase the speed of the retrieval for those pages
that do not need continuous dynamic content. When a visitor requests the
page they will get the static copy until you flush the cache or the time
limit runs out when the page will be recreated.
Attributes
action - Optional
directory - Optional
timespan - Optional
expireURL - Optional
username - Optional - for web server
password - Optional - for web server
port - Optional
protocol - Optional
End
Tag: Forbidden |