Topic: Disable hooks cache?

Hi,

I read for v1.2 that there isn't functionality to disable the cache:
http://punbb.informer.com/forums/topic/ … ble-cache/

Is it still not possible to disable the hooks cache? While developing an extension, it would be nice not to have to delete the cache file each time I want to test a variation to my hook in the database.

Regards,
Eoin

Re: Disable hooks cache?

Unfortunately, there is no such option now. For easier devlopment, you can use the pun_admin_manage_extensions_improved extension. It has a possibility to refresh hooks without uninstalling your extension.