随笔分类 - Redis
摘要:/** * 取尽存储的值,获取最新值 * * @param key * @return */ @Override public String popData(String key) { List<String> list = new ArrayList<>(); String popDataKey
阅读全文
摘要:@GetMapping("/information") @Cacheable(cacheNames = "dfs_screen_information", key = "'lineId=' + #lineId + ',componentName=' + #componentName + ',date
阅读全文

浙公网安备 33010602011771号