springboot2 - cache接口get函数无效问题
摘要:需要有自定义 cache 的经验 问题描述 对比 JSON 和 Cache 两个接口,容易陷入一个误区: 将 JSON.parseObject(String text, Type type),写到了 Cache 的 get(Object key, @Nullable Class type) 函数中。
阅读全文
posted @ 2019-12-25 01:10