|
ColdBox Platform Version 3.7.0 | ||||
FRAMES |
WEB-INF.cftags.componentcoldbox.system.cache.report.ReportHandler
public class ReportHandler
The ColdBox CacheBox Report Handler
Constructor Summary | |
---|---|
init(CacheFactory cacheBox, string baseURL, string skin, struct attributes, any caller)
Constructor |
Method Summary | |
---|---|
private Util |
getUtil()
Create and return a util object |
boolean |
processCommands([string command=''], [string cacheName='default'], [string cacheEntry=''])
Process CacheBox Commands |
any |
renderCacheContentReport(any cacheName='default')
Render a cache's content report |
Any |
renderCacheDumper(any cacheName='default', string cacheEntry)
Renders the caching key value dumper |
any |
renderCachePanel()
Renders the caching panel |
any |
renderCacheReport(any cacheName='default')
Render a cache report for a specific cache |
Methods inherited from class WEB-INF.cftags.component |
---|
|
Constructor Detail |
---|
public init(CacheFactory cacheBox, string baseURL, string skin, struct attributes, any caller)
cacheBox
- The cache factory binded tobaseURL
- The baseURL used for reportingskin
- The skin to use for reportingattributes
- The incoming attributescaller
- Access to the caller tagMethod Detail |
---|
private Util getUtil()
public boolean processCommands([string command=''], [string cacheName='default'], [string cacheEntry=''])
command
- The command to processcacheName
- The cache namecacheEntry
- The cache entry to act uponpublic any renderCacheContentReport(any cacheName='default')
cacheName
- The cache namepublic Any renderCacheDumper(any cacheName='default', string cacheEntry)
cacheName
- The cache namecacheEntry
- The cache entry to dumppublic any renderCachePanel()
public any renderCacheReport(any cacheName='default')
cacheName
- The cache name
|
ColdBox Platform Version 3.7.0 | ||||
FRAMES |