Skip to content

Instantly share code, notes, and snippets.

@Macagare
Created May 22, 2014 09:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Macagare/f2c8d03fdb48183dd161 to your computer and use it in GitHub Desktop.
Save Macagare/f2c8d03fdb48183dd161 to your computer and use it in GitHub Desktop.
<h1>Caches Overview</h1>
<h2>cacheType</h2>
<cfdump var="#cacheCount('cacheType')#" label="cacheType" />
cache cacheType size: <cfoutput>#(SizeOf( cacheGetAll("", "cacheType") )/1024)/1024#</cfoutput> MB<br/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment