Created
May 22, 2014 09:01
-
-
Save Macagare/f2c8d03fdb48183dd161 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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