<cfimport prefix="cachebox" taglib="/cachebox/system/cache/report">
<--- Create CacheBox with default configuration --->
<cfif structKeyExists(url,"reinit") OR NOT structKeyExists(application,"cacheBox")>
<cfset application.cacheBox = new cachebox.system.cache.CacheFactory()>
<cfset cachebox = application.cacheBox>
<title>CacheBox Monitor Tool</title>
<--- Special ToolBar --->
<input type="button" value="Reinit" onclick="window.location='index.cfm?reinit'"/>
<--- Render Report Here --->
<cachebox:monitor cacheFactory="#cacheBox#"/>