利用Hutool-cache来改造本地缓存数据
程序中有个从数据字典表获取数据记录的service -- TDicdataService。 § 利用ScheduledThreadPoolExecutor实现本地数据缓存 考虑到频繁获取字典数据,后来做了本地缓存。实现方案是利用ScheduledThreadPoolExecutor#schedule
阅读全文
posted @ 2022-01-28 18:58
程序中有个从数据字典表获取数据记录的service -- TDicdataService。 § 利用ScheduledThreadPoolExecutor实现本地数据缓存 考虑到频繁获取字典数据,后来做了本地缓存。实现方案是利用ScheduledThreadPoolExecutor#schedule
阅读全文
posted @ 2022-01-28 18:58
posted @ 2022-01-25 15:02
posted @ 2022-01-25 11:18
posted @ 2022-01-19 20:54
posted @ 2022-01-13 12:51
posted @ 2022-01-07 20:30
posted @ 2022-01-02 23:05