Fix the problem jsonToCacheWrapper crashes when cache value is not JSON format
Created by: guqing
What this PR does?
对jsonToCacheWrapper(String json)
方法捕获的异常放宽为Exception
,也就是一旦转换出错就不放入缓存,否则出现未处理异常时会导致功能无法使用
Why we need it?
Fix #1681 (closed), #1683 但没有完全解决 #1683 问题,所以不应该关联关闭它