Handler caching

The documentation at
http://wiki.coldbox.org/wiki/ColdboxCache.cfm#Caching_Parameters
indicates that the caching parameters for a handler (whether or not to
cache and for how long) can be controlled by the meta data attributes
just as for models. I can't seem to get this to work

config file: handlerCaching = true
component name="Orders" { ...
component name="Orders" cache="true" cacheTimeout="1" {...
component name="Orders" cache="false" {...
     all cause the handler to cache with a timeout of 120 min
(according to the cache debug panel)

a config file setting of handlerCaching = false, results in the
handler not being cached for any of the above (not listed in the cache
panel)

I can go through the Coldbox code but I was hoping maybe someone can
same me some time if the problem is that I just don't understand the
doc or if handlers just don't respond to caching meta attributes.

CB 3.1.0 and 3.5.0
CF 9.01
Win7

Bob

Will look into it
Luis

Ok, fixed and committed to github.

Luis F. Majano
CEO
Ortus Solutions, Corp
www.ortussolutions.com

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

Social: twitter.com/lmajano facebook.com/lmajano

^ machine