lucee.Componentcoldbox.system.cache.report.ReportHandler
Copyright Since 2005 ColdBox Framework by Luis Majano and Ortus Solutions, Corp www.ortussolutions.com --- The ColdBox CacheBox Report Handler
Constructor Summary | |
---|---|
init(CacheFactory cacheBox, any baseUrl, any skin, struct attributes, any caller)
Constructor. |
Method Summary | |
---|---|
private any
|
getUtil()
Get utility object. |
boolean
|
processCommands([any command=''], [any cacheName='default'], [any cacheEntry=''])
Process CacheBox Commands. |
any
|
renderCacheContentReport([any cacheName='default'])
Render a cache's content report. |
any
|
renderCacheDumper([any cacheName='default'], any 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 lucee.Component |
---|
None |
Constructor Detail |
---|
Constructor
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 |
---|
Get utility object
Process CacheBox Commands
command
- The command to processcacheName
- The cache name, defaults to `default`cacheEntry
- The cache entry to act uponRender a cache's content report
cacheName
- The cache nameRenders the caching key value dumper.
cacheName
- The cache namecacheEntry
- The cache entry to dumpRenders the caching panel.
Render a cache report for a specific cache
cacheName
- The cache name