Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save trycf/7d5e33a9ad58f3141630930fadd44b14 to your computer and use it in GitHub Desktop.
Save trycf/7d5e33a9ad58f3141630930fadd44b14 to your computer and use it in GitHub Desktop.
TryCF Gist
<cffunction name="f" cachedwithin="1">
<cfreturn now()>
</cffunction>
<cfoutput>#f()#</cfoutput>
<br>
<cfset sleep(2000)>
<cfoutput>#f()#</cfoutput>
<br>
<cfset sleep(2000)>
<cfoutput>#f()#</cfoutput>
<br>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment