统一缓存设计

接口设计:统一缓存查询接口,如get(String key)
实现类:通过具体的缓存中间件或map等方法实现这个查询

把redis盗版了得了
Map< String, Object >
List < Object >
Dictum< Object, Object >

实现redis必要的缓存接口(slime里面有),参考LRU缓存系统
再使用其他缓存中间件实现,面向抽象而不是具体,实现平滑过渡

Author:undefined  Create time:2024-08-05 12:57
Last editor:undefined  Update time:2024-09-14 17:05