 |
<CFCACHE> Tag - ColdFusion
>> Return to CF Tag List
This tag stores a copy of the current generated page on the server or client machine to
improve the overall performance.
Syntax:
<CFCACHE
[ACTION="type of cache"]
[DIRECTORY="Absolute path of cache directory"]
[TIMESPAN="flush interval"]
[EXPIREURL="page path to flush"]
[USERNAME="user name"]
[PASSWORD="password"]
[PORT="current page port"]
[PROTOCOL="current protocol"]>
|
[Top]
[Top]
[Top]
|
|