6566676869707172737475
if (cacheDefinition == null) { return cacheResult; } String key = cacheDefinition.generateCacheKey(args); if (StringUtils.isEmpty(key)) { LOGGER.debug("创建缓存KEY失败,不进行缓存!"); return cacheResult; } cacheResult.setKey(key);