接口 MerchantCache
- 所有已知实现类:
LocalMerchantCache,RedisMerchantCache
public interface MerchantCache
商户缓存定义。
- 作者:
- 时克英
-
方法概要
修饰符和类型方法说明get(int id) voidremove(int id) voidsave(EbMerchant category) voidupdate(EbMerchant category)
-
方法详细资料
-
get
-
save
-
update
-
remove
void remove(int id)
-