home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 1999 April / APC443.iso / features / grpware / coldfus / coldfusi.exe / data1.cab / Documentation / snippets / cfcache.cfm < prev    next >
Encoding:
Text File  |  1998-10-08  |  431 b   |  19 lines

  1. <!--- This example will produce as many cached files as there
  2.       are possible URL parameter permutations. --->
  3. <CFCACHE TIMEOUT="#DateAdd("h", "-4", Now() )#">
  4. <HTML>
  5. <HEAD>
  6. <TITLE>CFCACHE</TITLE>
  7. </HEAD>
  8.  
  9. <BODY>
  10. <H3>CFCACHE</H3>
  11.  
  12. <H3>This is a test of some simple output</H3>
  13. <CFPARAM NAME="URL.x" DEFAULT="no URL parm passed" >
  14. <P>
  15. <CFOUTPUT>The value of URL.x = # URL.x #</cfoutput>
  16.  
  17. </BODY>
  18. </HTML>       
  19.