接口 SystemGroupCache
- 所有已知实现类:
LocalSystemGroupCache,RedisSystemGroupCache
public interface SystemGroupCache
系统分组数据缓存定义,目前主要电商模块使用。
后续其他模块都可以作为标准化功能使用。
- 作者:
- 时克英
-
方法概要
修饰符和类型方法说明get(int id) voidremove(int id) voidsave(SystemGroupVo category) voidupdate(SystemGroupVo category)
-
方法详细资料
-
get
-
save
-
update
-
remove
void remove(int id)
-