This filter can be used for choosing if the wpDiscuz cache cleaning functions should work or not in wpdiscuz update.
Changelog
Added in version 7.0.3
Parameters
1. $clear (type: bool) – if the wpDiscuz functions for cache cleaning should work or not.
Usage
add_filter("wpdiscuz_manage_all_cache_clearing", function ($clear) { return false; });