[3.7.0] Reload one Handler

Hi guys,

Is it possible to reload only one Handler and not reload the whole FW (fwreinit)?

Thanks in advance

xerrano

You can by removing it from cache. All handlers are stored in the default cache.

Hi Luis,

This can be done by using ?debugmode=true, right?

Thanks

xerrano

You can programmatically remove something from cache by simple interacting with the cache provider. You can also manually delete it from the cache panel. I typically do this:

?debugmode=true&debugPanel=cache

Of course, you should be using a debug password so the URL should be something like this (I think I spelled the params correctly):

?debugmode=true&debugPass=myPass&debugPanel=cache

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

Thanks Brad!!