jm_debug('req.error', str(e)) def enable_cache(self, debug=False): if self.is_cache_enabled(): return def wrap_func_cache(func_name, cache_dict_name): import common if common.VERSION > '0.4.8': if hasattr(self, cache_dict_name): return if hasattr(self, cache_dict_name): retur...