Skip to content

Instantly share code, notes, and snippets.

@youcoldfusion
Created April 3, 2013 11:51
Show Gist options
  • Save youcoldfusion/5300546 to your computer and use it in GitHub Desktop.
Save youcoldfusion/5300546 to your computer and use it in GitHub Desktop.
<cfcache timespan="#createTimeSpan(0,0,10,0)#" action="clientcache" >
This page show cfcaching <br/>
<cfoutput>
This page was generated at #now()#<br>
</cfoutput>
<cfparam name = "URL.x" default = "no URL parm passed">
<cfoutput>The value of URL.x = # URL.x #</cfoutput>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment